Uses of Class
databionics.esom.train.Descriptives

Packages that use Descriptives
databionics.esom.grid ESOM grids: A grid holds the prototype vector and defines the map space topology by the function findNeighbors
databionics.esom.train Implementation of training algorithms. 
 

Uses of Descriptives in databionics.esom.grid
 

Methods in databionics.esom.grid with parameters of type Descriptives
 void Grid.init(Descriptives desc)
          Initialize all weights by a normal distribution.
 void Grid.init(java.lang.String method, Descriptives desc)
          Initialize all weights by a given method.
 void Grid.init(java.lang.String method, Descriptives desc, cern.jet.random.engine.RandomEngine random)
          Initialize all weights by a given method.
 void RectangularGrid.init(java.lang.String method, Descriptives desc, cern.jet.random.engine.RandomEngine random)
          Initialize the dimensions of the weights by pca
 

Uses of Descriptives in databionics.esom.train
 

Fields in databionics.esom.train declared as Descriptives
protected  Descriptives SOM.descriptives
          statistics about data
 

Methods in databionics.esom.train that return Descriptives
 Descriptives SOM.getDescriptives()
          Get the statistics about the training data.
 



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.