Click or drag to resize

FeatureVectorDefinitionSetAdd Method (String, String, Double, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds new FeatureVector definition.

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public FeatureVectorDefinition Add(
	string _name,
	string _desc,
	double _factor = 1,
	bool _doNormalizeVector = false
)

Parameters

_name
Type: SystemString
The name.
_desc
Type: SystemString
The desc.
_factor (Optional)
Type: SystemDouble
The factor.
_doNormalizeVector (Optional)
Type: SystemBoolean
if set to true [do normalize vector].

Return Value

Type: FeatureVectorDefinition

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.FeatureVectorDefinitionSet.Add(System.String,System.String,System.Double,System.Boolean)"]

See Also