predictionResult-class {baseline} | R Documentation |
Class "predictionResult"
Description
A class containing the result of running a
predictionTest
.
Objects from the Class
The normal way to create objects is by calling the method
runTest
for any object of subclass of
predictionTest
.
Slots
param
:Numeric vector. The regression parameter values tested.
qualMeas
:Numeric vector. The quality measure values for each of the values of the
param
slotind.min
:The index (into
qualMeas
) of the minimum quality measure valueminQualMeas
: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
Methods
- ind.min
signature(object = "predictionResult")
: Extract theind.min
slot- minQualMeas
signature(object = "predictionResult")
: Extract theminQualMeas
slot- param
signature(object = "predictionResult")
: Extract theparam
slot- param.min
signature(object = "predictionResult")
: Extract theparam.min
slot- paramName
signature(object = "predictionResult")
: Extract theparamName
slot- qualMeas
signature(object = "predictionResult")
: Extract thequalMeas
slot- qualMeasName
signature(object = "predictionResult")
: Extract thequalMeasName
slot
Author(s)
Bjørn-Helge Mevik and Kristian Hovde Liland
See Also
Function runTest
, class
predictionTest
, subclasses
PLSRTest
and
ridgeRegressionTest
Examples
showClass("predictionResult")