Description Objects from the Class Slots Methods Author(s) See Also Examples
The Modeler
class represents (parametrized but not
yet fit) statistical models that can predict binary outcomes.
Objects can be created by calls to the constructor fuinction, Modeler
.
learnFunction
:Object of class "function"
that is used
to fit the model to a data set. See learn
for details.
predictFunction
:Object of class "function"
that is
used to make predictions on new data from a fitted model. See
predict
for details.
paramList
:Object of class "list"
that contains
parameters that are specific for one type of classifier.
No methods are defined with class "Modeler" in the signature. The only
function that can be applied to a Modeler
object is
learn
, which has not been made into a generic funtion.
Kevin R. Coombes <krc@silicovore.com>
See the description of the FittedModel-class
for details
about the kinds of objects produced by learn
.
1 | showClass("Modeler")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.