Learn R Programming

ibmdbR (version 1.42.2)

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 the idaNaiveBayes, idaKMeans or idaArule functions.

Usage

idaGetModelname(object)

Arguments

object
The object representing the model.

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.

Examples

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

Run the code above in your browser using DataLab