Method | Description | |
---|---|---|
TrainMore ( IArrayView |
Converts the examples to binary and then calls TrainMoreBinary.
|
Method | Description | |
---|---|---|
TrainMoreBinary ( IArrayView |
Called by TrainMore if the classifier is already trained (otherwise Train is called).
|
public TrainMore ( IArrayView |
||
labeledExamples | IArrayView |
|
return | void |
protected abstract TrainMoreBinary ( IArrayView |
||
binaryExamples | IArrayView |
|
return | void |