Click or drag to resize

FeatureSpaceDimensionSimilarityclassVector Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Reference to a FeatureVector that represents a class (in multi-class classification problem)

Namespace:  imbNLP.Toolkit.Feature
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public IVector classVector { get; set; }

Property Value

Type: IVector
The class vector.
See Also