Gets a matrix containing the residuals of the model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> ProbabilityResiduals { get; }
Public ReadOnly Property ProbabilityResiduals As Matrix(Of T)
Get
public:
property Matrix<T>^ ProbabilityResiduals {
Matrix<T>^ get ();
}
member ProbabilityResiduals : Matrix<'T> with get
Property Value
Type:
MatrixT
For a classification model, this property returns
a matrix. Each column corresponds to a class.
Reference