![]() | PLS |
The PLS2CrossValidationData type exposes the following members.
Name | Description | |
---|---|---|
![]() | PLS2CrossValidationData | Constructs a PLS2CrossValidationData instance. |
![]() | PLS2CrossValidationData(DoubleMatrix, DoubleMatrix, Subset) | Constructs a PLS2CrossValidationData instance from the given PLS data and testing subset. The training subset will be the data not contained in the testing subset. |
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. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this PLS2CrossValidationData. |
![]() | SetData(DoubleMatrix, DoubleMatrix, Subset) | Sets the cross validation data according the given PLS data and testing subset. The training subset will be the data not contained in the testing subset. |
![]() | SetData(DoubleMatrix, DoubleMatrix, Subset, Boolean) | Sets the cross validation data according the given PLS data and testing subset. The training subset will be the data not contained in the testing subset. |