idaDropModel: Drop a predictive model from the database

View source: R/model.management.R

idaDropModelR Documentation

Drop a predictive model from the database

Description

Use this function to drop from the database a model that was created by using a function like idaNaiveBayes, idaLm, idaTree, idaArule or idaKMeans.

Usage

idaDropModel(modelname)

Arguments

modelname

The name of the predictive model to be dropped.

Examples

## Not run: 

#Drop the model with the name KMEANSMODEL
idaDropModel("KMEANSMODEL");

## End(Not run)

ibmdbR documentation built on Nov. 24, 2023, 5:09 p.m.