Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
at.tuwien.ifs.somtoolbox.layers.metrics |
This package contains the metrics used for distance calculation during training and for mapping data onto maps.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractWeightedMetric |
GrowingLayer.metricWeighted |
Modifier and Type | Method and Description |
---|---|
Unit |
GrowingLayer.getWinner(InputDatum input,
AbstractWeightedMetric metric)
Returns the winner for a given unit, using a weighted distance metric.
|
Modifier and Type | Class and Description |
---|---|
class |
L2MetricWeighted |
Modifier and Type | Method and Description |
---|---|
static AbstractWeightedMetric |
AbstractWeightedMetric.instantiate(String mName) |