Click or drag to resize

PLS2Predict(DoubleMatrix) Method

Predict the responses for a set of predictor values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Predict(
	DoubleMatrix Z
)

Parameters

Z  DoubleMatrix
Matrix of predictor values, one in each row.

Return Value

DoubleMatrix
Matrix of predicted response values, one in each row.
See Also