Package | Description |
---|---|
at.tuwien.ifs.feature | |
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.input |
Provides classes responsible for reading trained network models from file or some other location.
|
at.tuwien.ifs.somtoolbox.models |
Provides the actual implementations of network models.
|
Modifier and Type | Field and Description |
---|---|
static ContentType |
ContentType.AUDIO |
static ContentType |
ContentType.AUDIO_RH |
static ContentType |
ContentType.AUDIO_RP |
static ContentType |
ContentType.AUDIO_SSD |
private static ContentType[] |
ContentType.contentTypes |
static ContentType |
ContentType.IMAGE |
static ContentType |
ContentType.TEXT |
static ContentType |
ContentType.TEXT_TFIDF |
static ContentType |
ContentType.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ContentType |
ContentType.parse(String s) |
Modifier and Type | Field and Description |
---|---|
protected ContentType |
AbstractSOMLibSparseInputData.contentType
The content type of the vectors ("text", "audio", ...).
|
Modifier and Type | Method and Description |
---|---|
ContentType |
InputData.getContentType()
Gets the content type.
|
ContentType |
AbstractSOMLibSparseInputData.getContentType() |
Modifier and Type | Field and Description |
---|---|
protected ContentType |
AbstractSOMInputReader.contentType |
Modifier and Type | Method and Description |
---|---|
ContentType |
SOMInputReader.getContentType()
Returns the content type of the data, stored in the Map description file
|
ContentType |
AbstractSOMInputReader.getContentType() |
Modifier and Type | Field and Description |
---|---|
protected ContentType |
AbstractNetworkModel.contentType |
Modifier and Type | Method and Description |
---|---|
ContentType |
AbstractNetworkModel.getDataContentType() |