A C D F G K M N P R S T U V

D

DataPoint - Class in ac.essex.ooechs.kmeans
This datastructure represents a point of training data in the k means clustering scenario.
DataPoint(double[], ClusterClass) - Constructor for class ac.essex.ooechs.kmeans.DataPoint
Initialises the clusterable point by setting its position in n dimensional space, together with a classID object.
DataPoint(double[], int) - Constructor for class ac.essex.ooechs.kmeans.DataPoint
Initialises the clusterable point by setting its position in n dimensional space, together with a classID.

A C D F G K M N P R S T U V