Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.models |
Provides the actual implementations of network models.
|
at.tuwien.ifs.somtoolbox.reportgenerator |
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
GHSOM(int dim,
boolean norm,
GHSOMProperties props,
InputData data)
Constructs a new
GHSOM with dim -dimensional weight vectors. |
Modifier and Type | Field and Description |
---|---|
private GHSOMProperties |
GGSOMTestRunResult.props
instead of the SOMProperties, we now have GHSOMPropterties
|