idaRetrieveModel: Retrieve a predictive model from the database

View source: R/model.management.R

idaRetrieveModelR Documentation

Retrieve a predictive model from the database

Description

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

Usage

idaRetrieveModel(modelname)

Arguments

modelname

The name of the predictive model to be retrieved.

Value

This function returns an R object that contains a representation of the retrieved model. The class of the returned object depends on the function that was used to create the model.

Examples

## Not run: 

#Retrieve the model with name "MYKMEANSMODEL" from the database
trCopy <- idaRetrieveModel("KMEANSMODEL");

## End(Not run)

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