ClassificationModel<T>.ProbabilityResiduals Property

Gets a matrix containing the residuals of the model.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T> ProbabilityResiduals { get; }

Property Value

Matrix<T>

Remarks

For a classification model, this property returns a matrix. Each column corresponds to a class.

See Also