RODM_store_settings(RODM)
RODM_store_settings()所属R语言包:RODM
Store Mining Model settings
商店的挖掘模型设置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function stores model build settings in the the database table RODM_SETTINGS_TABLE.
此功能存储模型在的数据库表RODM_SETTINGS_TABLE,建立设置。
用法----------Usage----------
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
数据库的ODBC通道标识符返回调用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.
无论ODM应该调用自动构建数据准备。
参数:sql.log.file
File to append the log of all the SQL calls made by this function.
文件追加记录所有的SQL调用此功能。
参数:bias_frame
Data frame containint bias information (priors/costs/weights).
数据框containint偏见的信息(先验/成本/重量)。
参数:bias_weights
Priors or Weights for 2-column bias frame.
先验的或2列偏见帧的权重。
Details
详细信息----------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.
它的目的不是要由用户直接调用,但,而经由RODM_create_XX_model功能。
值----------Value----------
None.
无。
(作者)----------Author(s)----------
Pablo Tamayo <a href="mailto:pablo.tamayo@oracle.com">pablo.tamayo@oracle.com</a>
Ari Mozes <a href="mailto:ari.mozes@oracle.com">ari.mozes@oracle.com</a>
参考文献----------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
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|