Click or drag to resize

spaceModelRelationEntityType Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Enumeration of entity types that are anticipated by spaceModelRelation

Namespace:  imbNLP.PartOfSpeech.TFModels.vectorSpace
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public enum spaceModelRelationEntityType
Members
  Member nameValueDescription
self0 Local reference, pointing to an entity that hosts the spaceModelRelationList
Term1 Term - basic content unit in space vector model
Phrase2 e.g. N-gram, sequence or other sub-Document representation model element
Document3 e.g. Web page or text document
DocumentSet4 e.g. Web site or other collection of Documents that is single instance in classification
Label5 e.g. Category or human supplied tag
Topic6 e.g. Latent topics, extracted by Latent Semantic Analysis or LDA
Dimension7 e.g. additional dimension/score/measure, attached to the item
See Also