Click or drag to resize
Accord.NET (logo)

DecisionStump Constructor (Int32)

Note: This API is now obsolete.

Initializes a new instance of the DecisionStump class.

Namespace:  Accord.MachineLearning.Boosting.Learners
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the default constructor instead.")]
public DecisionStump(
	int inputs
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The number of inputs for this classifier.
See Also