Description
Basic optimization object for weighted learning methods.Objects from the Class
A virtual Class: No objects may be created from it.Slots
threshold:- Object of class
"numeric."
The estimated threshold alpha:- Object of class
"numeric."
Parameter estimates. lambda:- Object of class
"numeric."
The tuning parameter used. optim:- Object of class
"ANY."
The object returned by optimization method
Methods
- optimObj
signature(object = "OptimBasic"):
The object returned by optimization routine. - print
signature(x = "OptimBasic"):
Print key results of optimization. - regimeCoef
signature(object = "OptimBasic"):
Retrieve parameter estimates. - show
signature(object = "OptimBasic"):
Show key results of optimization. - summary
signature(object = "OptimBasic"):
Return summary information about optimization.