메소드 | 설명 | |
---|---|---|
Compute ( double inputs ) : int |
Computes the output class label for a given input.
|
|
DecisionStump ( int inputs ) : System |
Initializes a new instance of the DecisionStump class.
|
|
Learn ( double inputs, int outputs, double weights ) : void |
Teaches the stump classifier to recognize the class labels of the given input samples.
|
public DecisionStump ( int inputs ) : System | ||
inputs | int | The number of inputs for this classifier. |
리턴 | System |
public Learn ( double inputs, int outputs, double weights ) : void | ||
inputs | double | The input vectors. |
outputs | int | The class labels corresponding to each input vector. |
weights | double | The weights associated with each input vector. |
리턴 | void |