- KDDAnalysisDocument - Class in org.eclipse.ice.kdd
-
KDDAnalysisDocument is a realization of the IAnalysisDocument interface and
is responsible for the construction of user-specified data mining algorithms
and corresponding plots.
- KDDAnalysisDocument() - Constructor for class org.eclipse.ice.kdd.KDDAnalysisDocument
-
The constructor
- KDDAnalysisDocument(KDDStrategyFactory) - Constructor for class org.eclipse.ice.kdd.KDDAnalysisDocument
-
The constructor for direct injection of a specialization of the
KDDStrategyFactory.
- KDDAnalysisTool - Class in org.eclipse.ice.kdd
-
The KDDAnalysisTool is a realization of the ICE IAnalysisTool interface, and
is responsible for creating a KDDAnalysisDocument that performs and displays
various types of data clustering and anomaly detection for nuclear reactors.
- KDDAnalysisTool(String, String) - Constructor for class org.eclipse.ice.kdd.KDDAnalysisTool
-
The constructor.
- KDDAnalysisTool() - Constructor for class org.eclipse.ice.kdd.KDDAnalysisTool
-
The nullary constructor.
- KDDMatrix - Class in org.eclipse.ice.kdd.kddmath
-
The KDDMatrix is a class that encapsulates data representing an nxm matrix.
- KDDMatrix(IDataProvider) - Constructor for class org.eclipse.ice.kdd.kddmath.KDDMatrix
-
The constructor, takes a valid set of IData and constructs this matrix
- KDDMatrix() - Constructor for class org.eclipse.ice.kdd.kddmath.KDDMatrix
-
The nullary constructor.
- KDDMatrix(int, int) - Constructor for class org.eclipse.ice.kdd.kddmath.KDDMatrix
-
This constructor creates a KDDMatrix of size nRows by nCols with all
elements equal to 0.0.
- KDDMatrix(ArrayList<Double>, int, int) - Constructor for class org.eclipse.ice.kdd.kddmath.KDDMatrix
-
The Constructor.
- KDDStrategy - Class in org.eclipse.ice.kdd.kddstrategy
-
KDDStrategy is the top-level abstraction for a Strategy design pattern used
for running various families of clustering and anomaly detection algorithms.
- KDDStrategy(String, ArrayList<IDataProvider>) - Constructor for class org.eclipse.ice.kdd.kddstrategy.KDDStrategy
-
The constructor, takes an array of IDataProviders.
- KDDStrategy() - Constructor for class org.eclipse.ice.kdd.kddstrategy.KDDStrategy
-
The constructor.
- KDDStrategy(String) - Constructor for class org.eclipse.ice.kdd.kddstrategy.KDDStrategy
-
The constructor, with name injection.
- KDDStrategyFactory - Class in org.eclipse.ice.kdd.kddstrategy
-
The KDDStrategyFactory is responsible for decoupling the KDDAnalysisDocument
from the act of creating specialized KDDStrategies.
- KDDStrategyFactory() - Constructor for class org.eclipse.ice.kdd.kddstrategy.KDDStrategyFactory
-
The constructor
- key - Variable in class org.eclipse.ice.materials.ui.MaterialProperty
-
The name of the property
- keyAvailable(String) - Method in class org.eclipse.ice.viz.service.connections.ConnectionTable
-
- keyAvailable(String) - Method in interface org.eclipse.ice.viz.service.connections.IKeyManager
-
Determines whether the specified key is available.
- keyChanged(String, String) - Method in interface org.eclipse.ice.viz.service.connections.IKeyChangeListener
-
This method is called with the specified keys have somehow been
manipulated.
- keyChanged(String, String) - Method in class org.eclipse.ice.viz.service.preferences.VizConnectionPreferencePage
-
This method keeps track of added, removed, and changed keys.
- KeyEntry - Class in org.eclipse.ice.viz.service.connections
-
A
KeyEntry
is essentially a basic
Entry
with a single caveat:
Its value and allowed values are managed by a
IKeyManager
.
- KeyEntry(KeyEntryContentProvider, IKeyManager) - Constructor for class org.eclipse.ice.viz.service.connections.KeyEntry
-
The default constructor.
- KeyEntryContentProvider - Class in org.eclipse.ice.viz.service.connections
-
- KeyEntryContentProvider(IKeyManager) - Constructor for class org.eclipse.ice.viz.service.connections.KeyEntryContentProvider
-
The default constructor.