|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputDistance | |
---|---|
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 |
Uses of InputDistance in at.tuwien.ifs.somtoolbox.data |
---|
Methods in at.tuwien.ifs.somtoolbox.data that return types with arguments of type InputDistance | |
---|---|
ArrayList<InputDistance> |
AbstractSOMLibSparseInputData.getDistances(int inputIndex,
DistanceMetric metric)
Returns the distances to the index of the given vector of the dataset. |
Method parameters in at.tuwien.ifs.somtoolbox.data with type arguments of type InputDistance | |
---|---|
private InputDatum[] |
AbstractSOMLibSparseInputData.getNNearest(ArrayList<InputDistance> distances)
|
private InputDatum[] |
AbstractSOMLibSparseInputData.getNNearest(int number,
ArrayList<InputDistance> distances)
|
Uses of InputDistance in at.tuwien.ifs.somtoolbox.util.comparables |
---|
Methods in at.tuwien.ifs.somtoolbox.util.comparables with parameters of type InputDistance | |
---|---|
int |
InputDistance.compareTo(InputDistance otherInput)
|
Method parameters in at.tuwien.ifs.somtoolbox.util.comparables with type arguments of type InputDistance | |
---|---|
static double[] |
InputDistance.getDistanceValuesOnly(Collection<InputDistance> distances)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |