Returns a matrix whose columns contain the contrasts
for the encoding.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> GetContrastMatrix(
bool fullRank = false
)
Public Function GetContrastMatrix (
Optional fullRank As Boolean = false
) As Matrix(Of Double)
public:
Matrix<double>^ GetContrastMatrix(
bool fullRank = false
)
member GetContrastMatrix :
?fullRank : bool
(* Defaults:
let _fullRank = defaultArg fullRank false
*)
-> Matrix<float>
Parameters
- fullRank (Optional)
- Type: SystemBoolean
Optional. Specifies whether the full rank
encodings should be returned. The default is .
Return Value
Type:
MatrixDoubleA matrix whose columns contain the contrasts
for the encoding.
Reference