Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
at.tuwien.ifs.somtoolbox.util.comparables |
Modifier and Type | Method and Description |
---|---|
ArrayList<InputDistance> |
AbstractSOMLibSparseInputData.getDistances(int inputIndex,
DistanceMetric metric)
Returns the distances to the index of the given vector of the dataset.
|
SmallestElementSet<InputDistance> |
AbstractSOMLibSparseInputData.getNearestDistances(int inputIndex,
int neighbours,
DistanceMetric metric) |
Modifier and Type | Method and Description |
---|---|
private InputDatum[] |
AbstractSOMLibSparseInputData.getNNearest(ArrayList<InputDistance> distances) |
private InputDatum[] |
AbstractSOMLibSparseInputData.getNNearest(int number,
ArrayList<InputDistance> distances) |
Modifier and Type | Method and Description |
---|---|
int |
InputDistance.compareTo(InputDistance otherInput) |
Modifier and Type | Method and Description |
---|---|
static double[] |
InputDistance.getDistanceValuesOnly(Collection<InputDistance> distances) |