|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOMLibTemplateVector | |
---|---|
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. |
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.apps.helper |
---|
Methods in at.tuwien.ifs.somtoolbox.apps.helper with parameters of type SOMLibTemplateVector | |
---|---|
private static void |
TemplateVectorComparator.printTerms(ArrayList<String> onlyInOne,
SOMLibTemplateVector tv1,
int i,
String title)
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.apps.viewer |
---|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as SOMLibTemplateVector | |
---|---|
private SOMLibTemplateVector |
ComponentPlaneClusteringFrame.tv
|
Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type SOMLibTemplateVector | |
---|---|
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)
|
Constructors in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type SOMLibTemplateVector | |
---|---|
ComponentPlaneClusteringFrame(SOMViewer somViewer,
GrowingSOM orginalSom,
SOMLibTemplateVector tv)
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.apps.viewer.controls |
---|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as SOMLibTemplateVector | |
---|---|
private SOMLibTemplateVector |
QuerySOMPanel.templateVector
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.data |
---|
Methods in at.tuwien.ifs.somtoolbox.data that return SOMLibTemplateVector | |
---|---|
SOMLibTemplateVector |
SharedSOMVisualisationData.getTemplateVector()
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.database |
---|
Subclasses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.database | |
---|---|
private class |
VectorFile2DatabaseImporter.TemplateVectorImporter
This class customises the handling of data read from the file by storing it in the DB. |
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.layers |
---|
Methods in at.tuwien.ifs.somtoolbox.layers with parameters of type SOMLibTemplateVector | |
---|---|
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)
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.summarisation.methods |
---|
Fields in at.tuwien.ifs.somtoolbox.summarisation.methods declared as SOMLibTemplateVector | |
---|---|
private SOMLibTemplateVector |
TFxIDF.templateVector
|
Methods in at.tuwien.ifs.somtoolbox.summarisation.methods with parameters of type SOMLibTemplateVector | |
---|---|
void |
CombinedMethod.setVectors(InputData input,
SOMLibTemplateVector template)
|
void |
TFxIDF.setVectors(InputData input,
SOMLibTemplateVector template)
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.summarisation.output |
---|
Fields in at.tuwien.ifs.somtoolbox.summarisation.output declared as SOMLibTemplateVector | |
---|---|
private SOMLibTemplateVector |
DocumentDisplayer.templatevectors
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.summarisation.parser |
---|
Fields in at.tuwien.ifs.somtoolbox.summarisation.parser declared as SOMLibTemplateVector | |
---|---|
private SOMLibTemplateVector |
Scorer.templatevectors
|
Methods in at.tuwien.ifs.somtoolbox.summarisation.parser with parameters of type SOMLibTemplateVector | |
---|---|
void |
Scorer.setVectors(SOMLibSparseInputData input,
SOMLibTemplateVector template)
|
Constructors in at.tuwien.ifs.somtoolbox.summarisation.parser with parameters of type SOMLibTemplateVector | |
---|---|
Scorer(Object[] itemN,
InputData input,
SOMLibTemplateVector template)
|
|
Scorer(String itemN,
InputData input,
SOMLibTemplateVector template)
|
Uses of SOMLibTemplateVector in at.tuwien.ifs.somtoolbox.visualization |
---|
Fields in at.tuwien.ifs.somtoolbox.visualization declared as SOMLibTemplateVector | |
---|---|
private SOMLibTemplateVector |
MetroMapVisualizer.templateVector
|
private SOMLibTemplateVector |
ComponentPlanesVisualizer.templateVector
|
Constructors in at.tuwien.ifs.somtoolbox.visualization with parameters of type SOMLibTemplateVector | |
---|---|
ComponentPlanesVisualizer.ComponentPlaneControlPanel(ComponentPlanesVisualizer vis,
SOMLibTemplateVector templateVector)
Constructs a new component-plane control panel |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |