The MLearn interface for machine learning
MLearn-methods.RdThis 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
formulaand applies the.methodschema on theMSnSetdatainput using thetrainIndnumeric indices as train data.signature(formula = "formula", data = "MSnSet", .method = "learnerSchema", trainInd = "xvalSpec")In this case, an instance of
xvalSpecis 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'sMLearninterface.