Learn R Programming

ibmdbR (version 1.36.7)

idaDropModel: Drop a predictive model from the database

Description

Use this function to drop from the database a model that was created using the idaNaiveBayes or idaKMeans function.

Usage

idaDropModel(modelname)

Arguments

modelname
The name of the predictive model to be dropped.

Examples

Run this code
#Drop the model with the name MYTREEMODEL
idaDropModel("KMEANSMODEL");

Run the code above in your browser using DataLab