Classifier<T>.Predict Method
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
Overload List
Predict( | Predicts the class of the observation based on the supplied features. |
Predict( | Predicts the class of the observation based on the supplied features. |
Predict(Matrix<T>)
Predicts the class of the observation based on the supplied features.
public virtual CategoricalVector<int> Predict(
Matrix<T> features
)
Parameters
Return Value
CategoricalVector<Int32>Exceptions
Argument | features is null. |
Predict(Vector<T>)
Predicts the class of the observation based on the supplied features.
Exceptions
Argument | features is null. |