A class containing the result of running a
'>predictionTest
.
The normal way to create objects is by calling the method
runTest
for any object of subclass of
'>predictionTest
.
param
:Numeric vector. The regression parameter values tested.
qualMeas
:Numeric vector. The quality measure values
for each of the values of the param
slot
ind.min
:The index (into qualMeas
) of the
minimum quality measure value
minQualMeas
:The minimum quality measure value
param.min
:The value of the parameter value corresponding to the minimum quality measure value
qualMeasName
:The name of the quality measure
paramName
:The name of the regression parameter
signature(object = "predictionResult")
: Extract
the ind.min
slot
signature(object = "predictionResult")
: Extract the minQualMeas
slot
signature(object = "predictionResult")
: Extract the param
slot
signature(object = "predictionResult")
: Extract the param.min
slot
signature(object = "predictionResult")
: Extract the paramName
slot
signature(object = "predictionResult")
: Extract the qualMeas
slot
signature(object = "predictionResult")
: Extract the qualMeasName
slot
Function runTest
, class
'>predictionTest
, subclasses
'>PLSRTest
and
'>ridgeRegressionTest
# NOT RUN {
showClass("predictionResult")
# }
Run the code above in your browser using DataLab