Click or drag to resize

SparsePlsPredict(DoubleVector) Method

Used the calculated model to predict the observed value from the given predictor vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override DoubleVector Predict(
	DoubleVector z
)

Parameters

z  DoubleVector
Predictor vector.

Return Value

DoubleVector
Vector of predicted values.
See Also