Click or drag to resize

PLS1Predict(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 DoubleVector Predict(
	DoubleMatrix Z
)

Parameters

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

Return Value

DoubleVector
Vector of predicted response values, one in each row.
See Also