Uses of Class
at.tuwien.ifs.somtoolbox.properties.GHSOMProperties

Packages that use GHSOMProperties
at.tuwien.ifs.somtoolbox.models Provides the actual implementations of network models. 
at.tuwien.ifs.somtoolbox.reportgenerator   
 

Uses of GHSOMProperties in at.tuwien.ifs.somtoolbox.models
 

Methods in at.tuwien.ifs.somtoolbox.models with parameters of type GHSOMProperties
private  void GHSOM.train(InputData data, GHSOMProperties props)
          Trains the GHSOM with the input data and training parameters specified in the properties provided by argument props.
 QualityMeasure GrowingSOM.train(InputData data, GHSOMProperties props, double targetQualityValue, String qualityMeasureName)
          Trains the map with the input data and training parameters specified in the properties provided by argument props.
 

Constructors in at.tuwien.ifs.somtoolbox.models with parameters of type GHSOMProperties
GHSOM(int dim, boolean norm, GHSOMProperties props, InputData data)
          Constructs a new GHSOM with dim-dimensional weight vectors.
 

Uses of GHSOMProperties in at.tuwien.ifs.somtoolbox.reportgenerator
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator declared as GHSOMProperties
private  GHSOMProperties GGSOMTestRunResult.props
          instead of the SOMProperties, we now have GHSOMPropterties