Uses of Class
jminhep.cluster.DataPoint

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:
 



© Copyright 2005 S.Chekanov. All Rights Reserved.
jMinHEP : data clustering algorithms