Description Usage Arguments Value References
View source: R/apply_classifier.R
This function applies the set of SVM classifiers to perform the supervised learning task based on the topological data analysis
1 | apply_classifier(model, X, only.best.classifiers = FALSE)
|
model |
model built using function build_classifier |
X |
matrix defining the input space of your test set |
only.best.classifiers |
if TRUE, only the most performing classification functions will be considered |
prediction results
de Mello, R.F. (2019) "On the Shattering Coefficient of Supervised Learning Algorithms" arXiv:https://arxiv.org/abs/1911.05461
de Mello, R.F., Ponti, M.A. (2018, ISBN: 978-3319949888) "Machine Learning: A Practical Approach on the Statistical Learning Theory"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.