50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

ibmdbR (version 1.51.0)

idaGetModelName: Get the name of a model

Description

Use this function to get the name under which a model is stored in-database. This function can be applied to objects returned by functions like idaNaiveBayes, idaKMeans or idaArule.

Usage

idaGetModelname(object)

Value

The fully qualified name of the model, as stored in-database. This name is used, e.g. in conjunction with the idaRetrieveModel

or with the idaDropModel function.

Arguments

object

The object representing the model.

Examples

Run this code
if (FALSE) {

#Get the name of a model stored in variable km	
modelname <- idaGetModelname(km)

}

Run the code above in your browser using DataLab