Property | Type | Description | |
---|---|---|---|
DoTrainingStep | void | ||
TrainBinary | void |
Method | Description | |
---|---|---|
Train ( IArrayView |
Trains the classifier
|
Method | Description | |
---|---|---|
PredictBinary ( |
Computes the classifier's binary prediction
|
|
TrainBinary ( IArrayView |
Trains the classifier in an online manner
|
|
TrainMoreBinary ( IArrayView |
Trains the classifier in an online manner
|
Method | Description | |
---|---|---|
DoTrainingStep ( |
||
TrainBinary ( IArrayView |
Trains the classifier
|
protected PredictBinary ( |
||
binaryExample | ||
confidence | double | |
return | int |
public Train ( IArrayView |
||
labeledExamples | IArrayView |
|
weights | IArrayView |
|
return | void |
protected TrainBinary ( IArrayView |
||
binaryExamples | IArrayView |
|
return | void |
protected TrainMoreBinary ( IArrayView |
||
binaryExamples | IArrayView |
|
return | void |