|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
---|---|
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. |
Uses of ContentType in at.tuwien.ifs.feature |
---|
Fields in at.tuwien.ifs.feature declared as ContentType | |
---|---|
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
|
Methods in at.tuwien.ifs.feature that return ContentType | |
---|---|
static ContentType |
ContentType.parse(java.lang.String s)
|
Uses of ContentType in at.tuwien.ifs.somtoolbox.data |
---|
Fields in at.tuwien.ifs.somtoolbox.data declared as ContentType | |
---|---|
protected ContentType |
AbstractSOMLibSparseInputData.contentType
The content type of the vectors ("text", "audio", ...). |
Methods in at.tuwien.ifs.somtoolbox.data that return ContentType | |
---|---|
ContentType |
AbstractSOMLibSparseInputData.getContentType()
|
ContentType |
InputData.getContentType()
Gets the content type. |
Uses of ContentType in at.tuwien.ifs.somtoolbox.input |
---|
Fields in at.tuwien.ifs.somtoolbox.input declared as ContentType | |
---|---|
protected ContentType |
AbstractSOMInputReader.contentType
|
Methods in at.tuwien.ifs.somtoolbox.input that return ContentType | |
---|---|
ContentType |
AbstractSOMInputReader.getContentType()
|
ContentType |
SOMInputReader.getContentType()
Returns the content type of the data, stored in the Map description file |
Uses of ContentType in at.tuwien.ifs.somtoolbox.models |
---|
Fields in at.tuwien.ifs.somtoolbox.models declared as ContentType | |
---|---|
protected ContentType |
AbstractNetworkModel.contentType
|
Methods in at.tuwien.ifs.somtoolbox.models that return ContentType | |
---|---|
ContentType |
AbstractNetworkModel.getDataContentType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |