Package | Description |
---|---|
org.eclipse.ice.kdd.kddmath | |
org.eclipse.ice.kdd.kddstrategy.kmeansclustering |
Modifier and Type | Class and Description |
---|---|
class |
IDataMatrix
IDataMatrix is a realization of the IAbstractMatrix with the IData template
parameter.
|
class |
KDDMatrix
The KDDMatrix is a class that encapsulates data representing an nxm matrix.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KDDMatrix.add(IAbstractMatrix<java.lang.Double> matToAdd)
This method adds the given KDDMatrix to this one.
|
boolean |
KDDMatrix.subtract(IAbstractMatrix<java.lang.Double> matToSubtract)
This method subtracts the given matrix from this KDDMatrix: this -
matToSubtract.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterKDDMatrix
The ClusterKDDMatrix is a subclass of KDDMatrix that provides a cluster
method that produces a set of Clusters.
|