idaDropModel {ibmdbR} | 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)