Click or drag to resize

FeatureVectorConstructorSettingsfeatureDimensions Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dimensions based on direct funneling of the feature weights

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

Property Value

Type: ListdimensionSpecification
The feature dimensions.
See Also