Click or drag to resize

featureExtractionReport Constructor (String, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the featureExtractionReport class

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public featureExtractionReport(
	string _name,
	int _stx,
	int _lpf
)

Parameters

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.#ctor(System.String,System.Int32,System.Int32)"]

_stx
Type: SystemInt32

[Missing <param name="_stx"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.#ctor(System.String,System.Int32,System.Int32)"]

_lpf
Type: SystemInt32

[Missing <param name="_lpf"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.#ctor(System.String,System.Int32,System.Int32)"]

See Also