|  | PLS1Predict(DoubleVector) Method | 
            Calculates the predicted value of the response variable
            for the given value of the predictor variable.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Predict(
	DoubleVector x
)
Public Function Predict ( 
	x As DoubleVector
) As Double
public:
double Predict(
	DoubleVector^ x
)
member Predict : 
        x : DoubleVector -> float Parameters
- x  DoubleVector
- The predictor variable value.
Return Value
DoubleThe predicted response variable value.
 See Also
See Also