RODM_store_settings: Store Mining Model settings

Description Usage Arguments Details Value Author(s) References

Description

This function stores model build settings in the the database table RODM_SETTINGS_TABLE.

Usage

1
2
3
4
5
6
RODM_store_settings(database, 
                    rodmset, 
                    auto_data_prep, 
                    sql.log.file = NULL,
                    bias_frame = NULL,
                    bias_weights = FALSE)

Arguments

database

Database ODBC channel identifier returned from a call to RODM_open_dbms_connection

rodmset

Data frame containing the settings to be used for building a model.

auto_data_prep

Whether or not ODM should invoke automatic data preparation for the build.

sql.log.file

File to append the log of all the SQL calls made by this function.

bias_frame

Data frame containint bias information (priors/costs/weights).

bias_weights

Priors or Weights for 2-column bias frame.

Details

This is a generic function for persisting settings that drive model build.

It is not intended to be called directly by the user, but rather via the RODM_create_XX_model functions.

Value

None.

Author(s)

Pablo Tamayo pablo.tamayo@oracle.com

Ari Mozes ari.mozes@oracle.com

References

Oracle Database PL/SQL Packages and Types Reference 11g Release 1 (11.1) http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_datmin.htm#ARPLS192


RODM documentation built on May 2, 2019, 7:03 a.m.