public interface DimensionallyInterpretableSemanticSpace<T> extends SemanticSpace
SemanticSpace
instances that are meaningfully
interpretable. In most cases, the dimensions will be understandable by human
viewers, but this interface provides support for mapping a dimension to a
generic Object
for using the description in some programatic manner.Modifier and Type | Method and Description |
---|---|
T |
getDimensionDescription(int dimension)
Returns a description of what features with which the specified dimension
corresponds.
|
getSpaceName, getVector, getVectorLength, getWords, processDocument, processSpace
T getDimensionDescription(int dimension)
dimension
- a dimension numberCopyright © 2012. All Rights Reserved.