spaceModelRelationEntityType Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.TFModels.vectorSpace
public enum spaceModelRelationEntityType
| Member name | Value | Description | |
|---|---|---|---|
| self | 0 | Local reference, pointing to an entity that hosts the spaceModelRelationList | |
| Term | 1 | Term - basic content unit in space vector model | |
| Phrase | 2 | e.g. N-gram, sequence or other sub-Document representation model element | |
| Document | 3 | e.g. Web page or text document | |
| DocumentSet | 4 | e.g. Web site or other collection of Documents that is single instance in classification | |
| Label | 5 | e.g. Category or human supplied tag | |
| Topic | 6 | e.g. Latent topics, extracted by Latent Semantic Analysis or LDA | |
| Dimension | 7 | e.g. additional dimension/score/measure, attached to the item |