Package | Description |
---|---|
org.eclipse.ice.kdd.kddstrategy | |
org.eclipse.ice.kdd.kddstrategy.godfreystrategy | |
org.eclipse.ice.kdd.kddstrategy.kmeansclustering |
Modifier and Type | Method and Description |
---|---|
void |
KDDStrategyFactory.registerStrategy(IStrategyBuilder strategyBuilder)
This method, used by the underlying OSGi framework, registers any
available KDDStrategyBuilder with this KDDStrategyFactory so it can be
used in data validation and the creation of KDDStrategies.
|
void |
KDDStrategyFactory.unregisterStrategy(IStrategyBuilder strategyBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
GodfreyBuilder
The GodfreyBuilder is a realization of the KDDStrategyBuilder and is used to
validate incoming data and return a new instance of the
GodfreyStrategy.
|
Modifier and Type | Class and Description |
---|---|
class |
RawKMeansBuilder
The RawKMeansBuilder is a realization of the KDDStrategyBuilder and is used
to validate incoming data and return a new instance of the RawKMeansStrategy.
|