Click or drag to resize

FeatureVectorConstructorSettingstopicDimensions Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dimensions computed as function between document and topics in the VectorSpace

Namespace:  imbNLP.Toolkit.Feature.Settings
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<dimensionSpecification> topicDimensions { get; set; }

Property Value

Type: ListdimensionSpecification
The topic dimensions.
See Also