Click or drag to resize
Accord.NET (logo)

BoostTModel Properties

The BoostTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyItem (Inherited from BoostBaseTModel, TWeighted, TInput.)
Public propertyModels
Gets the list of weighted weak models contained in this boosted classifier.
(Inherited from BoostBaseTModel, TWeighted, TInput.)
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Top
See Also