Click or drag to resize

featureExtractionReportAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.Add(System.Collections.Generic.List{System.Double},System.Int32,System.String)"]

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

Parameters

vector
Type: System.Collections.GenericListDouble

[Missing <param name="vector"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.Add(System.Collections.Generic.List{System.Double},System.Int32,System.String)"]

categoryID
Type: SystemInt32

[Missing <param name="categoryID"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.Add(System.Collections.Generic.List{System.Double},System.Int32,System.String)"]

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.Add(System.Collections.Generic.List{System.Double},System.Int32,System.String)"]

See Also