Uses of Class
org.hisee.core.Projector

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

Uses of Projector in org.hisee.core
 

Subclasses of Projector in org.hisee.core
 class ProjectCoordinate
          Project Coordinate is perhaps the simplest possible projection algorithm; It simply takes two specificed dimensions in the high dimensional space, and uses these as the basis for the low-dimensional space.
 class ProjectPCA
          ProjectPCA Projects the high-dimensional dataset along its two principal components to the low-d dataset.
 class ProjectSammon
          ProjectSammon.java Implements gradient descent to compute image of Sammon projection.
 

Methods in org.hisee.core that return Projector
 Projector Gauge.getProjector()
           
 

Methods in org.hisee.core with parameters of type Projector
 void Gauge.setCurrentProjector(Projector proj)
           
 



for more information see hisee.sourceforge.net