powered by
Use this function to drop from the database a model that was created by using a function like idaNaiveBayes, idaLm, idaTree, idaArule or idaKMeans.
idaNaiveBayes
idaLm
idaTree
idaArule
idaKMeans
idaDropModel(modelname)
The name of the predictive model to be dropped.
if (FALSE) { #Drop the model with the name KMEANSMODEL idaDropModel("KMEANSMODEL"); }
Run the code above in your browser using DataLab