Table Of Contents

LibsvmModel score


score(self, vector)

[ALPHA] Calculate the prediction label for a single observation.

Parameters:

vector : None

Returns:

: float64

Predicted label.

Examples

See here for examples.