Predict the responses for a set of predictor values.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleMatrix Predict( DoubleMatrix Z ) |
| Visual Basic (Declaration) |
|---|
Public Function Predict ( _ Z As DoubleMatrix _ ) As DoubleMatrix |
| Visual C++ |
|---|
public: DoubleMatrix^ Predict( DoubleMatrix^ Z ) |
Parameters
- Z
- Type: CenterSpace.NMath.Core..::.DoubleMatrix
Matrix of predictor values, one in each row.