Click or drag to resize

PLS2CalibrationModelCrossProduct Property

Gets the cross-product matrix (typically a 1-by-factors matrix).

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IROMatrix<double> CrossProduct { get; set; }

Property Value

IROMatrixDouble

Implements

IPLS2CalibrationModelCrossProduct
See Also