Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
at.tuwien.ifs.somtoolbox.visualization.minimumSpanningTree |
Modifier and Type | Field and Description |
---|---|
private SomGraph.NeighbourhoodMode |
MinimumSpanningTreeVisualizer.neighbourhoodMode |
Modifier and Type | Field and Description |
---|---|
private SomGraph.NeighbourhoodMode |
SomGraph.neighbourhoodMode |
Modifier and Type | Method and Description |
---|---|
static SomGraph.NeighbourhoodMode |
SomGraph.NeighbourhoodMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SomGraph.NeighbourhoodMode[] |
SomGraph.NeighbourhoodMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SomGraph(GrowingSOM gsom,
boolean skipInterpolationUnits,
SomGraph.NeighbourhoodMode neighbourhoodMode) |