public class GodfreySubStrategy extends KDDStrategy
Constructor and Description |
---|
GodfreySubStrategy(java.util.HashMap<java.lang.Integer,java.util.ArrayList<IDataMatrix>> pinPowers,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<IDataMatrix>> refPinPowers,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<KDDMatrix>> weights) |
Modifier and Type | Method and Description |
---|---|
boolean |
executeStrategy()
This method allows subclasses to implement a unique clustering or anomaly
detection algorithm and produce a KDDAnalysisAsset for clients to display
and manipulate.
|
boolean |
hasExecuted() |
void |
resetExecuted() |
getName, getProperties, getPropertiesAsEntryList, getProperty, getType, getURI, resetProperties, setProperty
public GodfreySubStrategy(java.util.HashMap<java.lang.Integer,java.util.ArrayList<IDataMatrix>> pinPowers, java.util.HashMap<java.lang.Integer,java.util.ArrayList<IDataMatrix>> refPinPowers, java.util.HashMap<java.lang.Integer,java.util.ArrayList<KDDMatrix>> weights)
pinPowers
- refPinPowers
- weights
- public boolean hasExecuted()
public boolean executeStrategy()
This method allows subclasses to implement a unique clustering or anomaly detection algorithm and produce a KDDAnalysisAsset for clients to display and manipulate.
executeStrategy
in class KDDStrategy
public void resetExecuted()