OPLS splits a data matrix into two parts. One part contains information orthogonal to the input vector, and the other is non-orthogonal.
Value
A OPLSDA object with the following output slots:
opls_model | (list) |
filtered | (DatasetExperiment) |
orthogonal | (DatasetExperiment) |
Inheritance
A OPLSDA object inherits the following struct classes: [OPLSDA] >> [OPLSR] >> [model] >> [struct_class]
Examples
M = OPLSDA(
number_components = 2,
factor_name = "V1")
M = OPLSR('number_components'=2,factor_name='Species')