Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.helper | |
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.apps.viewer.controls |
This package provides control elements, mostly dialogs, for the SOMViewer application.
|
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.database |
Classes providing the connection to and reading from or writing to a database.
|
at.tuwien.ifs.somtoolbox.layers |
Provides the basic classes constituting SOM-based neural networks.
|
at.tuwien.ifs.somtoolbox.summarisation.methods | |
at.tuwien.ifs.somtoolbox.summarisation.output | |
at.tuwien.ifs.somtoolbox.summarisation.parser | |
at.tuwien.ifs.somtoolbox.visualization |
Provides classes creating visualisations of trained SOMs.
|
Modifier and Type | Method and Description |
---|---|
private static void |
TemplateVectorComparator.printTerms(ArrayList<String> onlyInOne,
SOMLibTemplateVector tv1,
int i,
String title) |
Modifier and Type | Field and Description |
---|---|
private SOMLibTemplateVector |
ComponentPlaneClusteringFrame.tv |
Modifier and Type | Method and Description |
---|---|
private ComponentPlaneClusteringFrame.ComponentPlaneClustering |
ComponentPlaneClusteringFrame.createClusteredPane(SOMViewer parent,
SOMLibTemplateVector tv,
GrowingLayer layer) |
private edu.umd.cs.piccolo.PNode |
ComponentPlaneClusteringFrame.createUnclusteredPane(SOMViewer parent,
SOMLibTemplateVector tv,
GrowingLayer layer,
boolean showComponentNames) |
Constructor and Description |
---|
ComponentPlaneClusteringFrame(SOMViewer somViewer,
GrowingSOM orginalSom,
SOMLibTemplateVector tv) |
Modifier and Type | Field and Description |
---|---|
private SOMLibTemplateVector |
QuerySOMPanel.templateVector |
Modifier and Type | Method and Description |
---|---|
SOMLibTemplateVector |
SharedSOMVisualisationData.getTemplateVector() |
Modifier and Type | Class and Description |
---|---|
private class |
VectorFile2DatabaseImporter.TemplateVectorImporter
This class customises the handling of data read from the file by storing it in the DB.
|
Modifier and Type | Method and Description |
---|---|
private double[] |
GrowingLayer.getInputVector(String query,
SOMLibTemplateVector templateVector) |
Unit |
GrowingLayer.getWinnerFromQuery(String query,
SOMLibTemplateVector templateVector)
Return the winning unit for the given query.
|
Unit[] |
GrowingLayer.getWinnersFromQuery(String query,
int num,
SOMLibTemplateVector templateVector) |
String[] |
GrowingLayer.getWinningInputDataFromQuery(String query,
int num,
SOMLibTemplateVector templateVector) |
Modifier and Type | Field and Description |
---|---|
private SOMLibTemplateVector |
TFxIDF.templateVector |
Modifier and Type | Method and Description |
---|---|
void |
TFxIDF.setVectors(InputData input,
SOMLibTemplateVector template) |
void |
CombinedMethod.setVectors(InputData input,
SOMLibTemplateVector template) |
Modifier and Type | Field and Description |
---|---|
private SOMLibTemplateVector |
DocumentDisplayer.templatevectors |
Modifier and Type | Field and Description |
---|---|
private SOMLibTemplateVector |
Scorer.templatevectors |
Modifier and Type | Method and Description |
---|---|
void |
Scorer.setVectors(SOMLibSparseInputData input,
SOMLibTemplateVector template) |
Constructor and Description |
---|
Scorer(Object[] itemN,
InputData input,
SOMLibTemplateVector template) |
Scorer(String itemN,
InputData input,
SOMLibTemplateVector template) |
Modifier and Type | Field and Description |
---|---|
private SOMLibTemplateVector |
MetroMapVisualizer.templateVector |
private SOMLibTemplateVector |
FlowBorderlineVisualizer.templateVector |
private SOMLibTemplateVector |
ComponentPlanesVisualizer.templateVector |
Modifier and Type | Method and Description |
---|---|
void |
FlowBorderlineVisualizer.setLabels(SOMLibTemplateVector templateVector) |
Constructor and Description |
---|
ComponentPlanesVisualizer.ComponentPlaneControlPanel(ComponentPlanesVisualizer vis,
SOMLibTemplateVector templateVector)
Constructs a new component-plane control panel
|