Home > @josh-brown/vector > SupportVectorMachineClassifier > predict
Uses the learned parameters to make predictions based on a set of input data.
Signature:
predict(data: Matrix): Vector;
Parameter | Type | Description |
---|---|---|
data | Matrix | A Vector whose rows are the observations in the test set |
Returns:
Must be called after Classifier.train()