Click or drag to resize

experimentSetupclassifiers_settings Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets or sets the classifiers.

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public List<WebPostClassifierSettings> classifiers_settings { get; set; }

Property Value

Type: ListWebPostClassifierSettings
The classifiers.
See Also