Click or drag to resize

WebPostClassifierSettings Constructor (WebPostClassifierType, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the WebPostClassifierSettings class

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public WebPostClassifierSettings(
	WebPostClassifierType _type,
	string _name
)

Parameters

_type
Type: imbWBI.Core.WebClassifier.wlfClassifierWebPostClassifierType

[Missing <param name="_type"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostClassifierSettings.#ctor(imbWBI.Core.WebClassifier.wlfClassifier.WebPostClassifierType,System.String)"]

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebPostClassifierSettings.#ctor(imbWBI.Core.WebClassifier.wlfClassifier.WebPostClassifierType,System.String)"]

See Also