Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps |
Classes in this package implement applications based upon SOMs, the most important being the
SOMViewer . |
at.tuwien.ifs.somtoolbox.clustering | |
at.tuwien.ifs.somtoolbox.clustering.functions | |
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Method and Description |
---|---|
static Point3d[][] |
SecondLifeFileReaderMain.aggregateLines(double[][][] centroids,
int aggregationTargetNumberOfComponents,
DistanceFunctionType lineDistanceFunction) |
static double[][][] |
SecondLifeFileReaderMain.getSnappedCentroids(double[][][] centroids,
double xSize,
double ySize,
double zSize,
DistanceFunctionType lineDistanceFunction) |
Modifier and Type | Method and Description |
---|---|
static DistanceFunctionType |
DistanceFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceFunctionType[] |
DistanceFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private DistanceFunctionType |
ComponentLine3DDistance.distanceType |
private DistanceFunctionType |
ComponentLine2DDistance.distanceType |
Constructor and Description |
---|
ComponentLine2DDistance(DistanceFunctionType distanceType) |
ComponentLine3DDistance(DistanceFunctionType distanceType) |
Modifier and Type | Field and Description |
---|---|
protected DistanceFunctionType |
Snapper.lineDistanceFunction |
protected DistanceFunctionType |
MetroMapVisualizer.lineDistanceFunction |
Constructor and Description |
---|
Snapper(AbstractMetric distanceFunction,
DistanceFunctionType lineDistanceFunction) |
Snapper2D(AbstractMetric distanceFunction,
DistanceFunctionType lineDistanceFunction,
int xSize,
int ySize) |
Snapper3D(AbstractMetric distanceFunction,
DistanceFunctionType lineDistanceFunction) |
Snapper3D(double gridSize,
AbstractMetric distanceFunction,
DistanceFunctionType lineDistanceFunction) |