|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataPoint in jminhep.cluster |
---|
Methods in jminhep.cluster that return DataPoint | |
---|---|
DataPoint[] |
DataHolder.getArray()
Get the data in form of Array |
DataPoint |
DataHolder.getMax()
Get Max values of the data |
DataPoint |
DataHolder.getMin()
Get Min values of the data holder |
DataPoint |
DataHolder.getRaw(int n)
Get DataPoint at the position n |
Methods in jminhep.cluster with parameters of type DataPoint | |
---|---|
void |
DataHolder.add(DataPoint p)
Add a data point to the holder |
static double |
DataPoint.distance(DataPoint dp1,
DataPoint dp2)
Returns the distance between two data points |
static double |
DataPoint.distanceSqrt(DataPoint dp1,
DataPoint dp2)
Returns the squared distance between two data points |
void |
DataHolder.fillRandom(DataPoint xMin,
DataPoint xMax,
int Dim,
int Size)
Fill an existing data holder with random numbers |
Constructors in jminhep.cluster with parameters of type DataPoint | |
---|---|
DataHolder(DataPoint xMin,
DataPoint xMax,
int Dim,
int Size)
Creates data holder with random number Input: |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |