The PLS2CrossValidationData type exposes the following members.

Constructors

  NameDescription
PLS2CrossValidationDataOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this PLS2CrossValidationData.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
SetData
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.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also