cbaCSV {arc}R Documentation

Example CBA Workflow with CSV Input

Description

Learns a CBA rule set and saves the resulting rule set back to csv.

Usage

cbaCSV(
  path,
  outpath = NULL,
  classAtt = NULL,
  idcolumn = NULL,
  rulelearning_options = NULL,
  pruning_options = NULL
)

Arguments

path

path to csv file with data.

outpath

path to write the rule set to.

classAtt

the name of the class attribute.

idcolumn

the name of the id column in the dataf ile.

rulelearning_options

custom options for the rule learning algorithm overriding the default values.

pruning_options

custom options for the pruning algorithm overriding the default values.

Value

Object of class CBARuleModel

Examples

 # cbaCSV("path-to-.csv")



[Package arc version 1.4 Index]