The PLS1CrossValidationData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| NumTestingSamples |
Gets the number of samples that will be used for testing.
| |
| NumTrainingSamples |
Gets the number of samples that will be used for training.
| |
| PredictorTestingSet |
Gets and sets the matrix of predictor variable values comprising the testing set.
| |
| PredictorTrainingSet |
Gets and sets the matrix of predictor variable values comprising the training set.
| |
| ResponseTestingSet |
Gets and sets the matrix of response variable values comprising the testing set.
| |
| ResponseTrainingSet |
Gets and sets the matrix of response variable values comprising the training set.
|