The MLearn
interface for machine learning
MLearn-methods.Rd
This method implements MLInterfaces
'
MLean
method for instances of the class
"MSnSet"
.
Methods
signature(formula = "formula", data = "MSnSet", .method = "learnerSchema", trainInd = "numeric")
The learning problem is stated with the
formula
and applies the.method
schema on theMSnSet
data
input using thetrainInd
numeric indices as train data.signature(formula = "formula", data = "MSnSet", .method = "learnerSchema", trainInd = "xvalSpec")
In this case, an instance of
xvalSpec
is used for cross-validation.signature(formula = "formula", data = "MSnSet", .method = "clusteringSchema", trainInd = "missing")
Hierarchical (
hclustI
), k-means (kmeansI
) and partitioning around medoids (pamI
) clustering algorithms usingMLInterface
'sMLearn
interface.