Interface | Description |
---|---|
IStrategyBuilder |
The KDDStrategyBuilder is an interface for the creation of available
KDDStrategies.
|
Class | Description |
---|---|
KDDStrategy |
KDDStrategy is the top-level abstraction for a Strategy design pattern used
for running various families of clustering and anomaly detection algorithms.
|
KDDStrategyFactory |
The KDDStrategyFactory is responsible for decoupling the KDDAnalysisDocument
from the act of creating specialized KDDStrategies.
|