print.mcfs | R Documentation |
Prints basic information about the MCFS-ID result: top features, cutoff values, confusion matrix obtained for s \cdot t
trees and classification rules obtained by Ripper (jrip) algorithm.
## S3 method for class 'mcfs'
print(x, ...)
x |
'mcfs' object - result of the MCFS-ID experiment returned by |
... |
additional printing parameters. |
## Not run: ###dontrunbegin
# create input data
adata <- artificial.data(rnd_features = 10)
showme(adata)
# Parametrize and run MCFS-ID procedure
result <- mcfs(class~., adata, cutoffPermutations = 0, featureFreq = 10,
finalCV = FALSE, finalRuleset = TRUE, threadsNumber = 2)
# Print basic information about mcfs result.
print(result)
## End(Not run)###dontrunend
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.