Uses of Class
org.hisee.core.Dataset

Packages that use Dataset
org.hisee.core Core projection engine of HiSee, including separate classes for each projection method. 
 

Uses of Dataset in org.hisee.core
 

Fields in org.hisee.core declared as Dataset
protected  Dataset Projector.upstairs
           
protected  Dataset Projector.downstairs
           
 

Methods in org.hisee.core that return Dataset
 Dataset Projector.getUpstairs()
           
 Dataset Projector.getDownstairs()
           
 Dataset Gauge.getUpstairs()
          Convenience method to get upstairs dataset
 Dataset Gauge.getDownstairs()
          Convenience method to get downstairs dataset
 

Methods in org.hisee.core with parameters of type Dataset
 void ProjectSammon.init(Dataset up, Dataset down)
          Perform necessary initialization
 void ProjectSammon.init(Dataset up, Dataset down)
          Perform necessary initialization
 void Projector.init(Dataset up, Dataset down)
          Initialize the projector with high and low-d data
 void Projector.init(Dataset up, Dataset down)
          Initialize the projector with high and low-d data
 void ProjectCoordinate.init(Dataset up, Dataset down)
           
 void ProjectCoordinate.init(Dataset up, Dataset down)
           
static double[] AddData.triangulate(Dataset upstairs, Dataset downstairs, double[] hi_point)
          Adds a new datapoint which preserves distances to nearest neighbors
static double[] AddData.triangulate(Dataset upstairs, Dataset downstairs, double[] hi_point)
          Adds a new datapoint which preserves distances to nearest neighbors
static double[] AddData.nn_subspace(Dataset upstairs, Dataset downstairs, double[] hi_point)
          Adds new datapoint to subspace spanned by nearest-neighbors
static double[] AddData.nn_subspace(Dataset upstairs, Dataset downstairs, double[] hi_point)
          Adds new datapoint to subspace spanned by nearest-neighbors
 



for more information see hisee.sourceforge.net