Click or drag to resize

featureExtractionReportEntrySet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Sets the specified vector.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void Set(
	List<double> vector,
	int categoryID,
	string _name,
	string _parentID
)

Parameters

vector
Type: System.Collections.GenericListDouble
The vector.
categoryID
Type: SystemInt32
The category identifier.
_name
Type: SystemString
The name.
_parentID
Type: SystemString
The parent identifier.
See Also