Learn R Programming

ibmdbR (version 1.47.1)

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.