View source: R/model.management.R
| idaDropModel | R Documentation |
Use this function to drop from the database a model that was created by using a function like idaNaiveBayes, idaLm, idaTree, idaArule
or idaKMeans.
idaDropModel(modelname)
modelname |
The name of the predictive model to be dropped. |
## Not run:
#Drop the model with the name KMEANSMODEL
idaDropModel("KMEANSMODEL");
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.