Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.clustering.functions | |
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
Modifier and Type | Method and Description |
---|---|
ComponentLine3D |
ComponentLine3DDistance.meanObject(Cluster<? extends ComponentLine3D> elements) |
Modifier and Type | Method and Description |
---|---|
static ClusterElementFunctions<ComponentLine3D> |
ComponentLine3DDistance.getEuclidean() |
Modifier and Type | Method and Description |
---|---|
double |
ComponentLine3DDistance.distance(ComponentLine3D element1,
ComponentLine3D element2) |
Modifier and Type | Method and Description |
---|---|
int |
ComponentLine3DDistance.getIndexOfLineClosestToMean(Cluster<? extends ComponentLine3D> elements) |
ComponentLine3D |
ComponentLine3DDistance.meanObject(Cluster<? extends ComponentLine3D> elements) |
String |
ComponentLine3DDistance.toString(Cluster<? extends ComponentLine3D> elements) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<ComponentLine3D> |
SecondLifeInputFileReader.double2ComponentLineArray(double[][][] doubleArray) |