Property | Type | Description | |
---|---|---|---|
GetAlpha | double | ||
SelectFeatures | IArrayView |
||
TrainWeakLearner | double |
Method | Description | |
---|---|---|
PredictBinary ( |
Predicts the binary class of the binary example using the weighted vote of each weak learner
|
|
TrainBinary ( IArrayView |
Trains the classifier on the supplied binary examples
|
Method | Description | |
---|---|---|
GetAlpha ( double trainingError ) : double | ||
SelectFeatures ( IArrayView |
||
TrainWeakLearner ( IArrayView |
protected PredictBinary ( |
||
binaryExample | ||
confidence | double | |
return | int |
protected TrainBinary ( IArrayView |
||
binaryExamples | IArrayView |
|
return | void |