sid_group: Find a grouping from a sorted list of attributes.

Description Usage Arguments Value

Description

Find the best grouping from a sorted list of attributes and the goodness.

Usage

1
2
sid_group(data_train, data_test, attr_rank, R = 10, classifier = svm,
  parallel = TRUE)

Arguments

data_train

Training data.

data_test

Testing data.

attr_rank

Sorted list of attributes (from sid_sort).

R

Number of replications. Default is 10.

classifier

A classifier function, default is svm (from the e1071 package).

parallel

Calculate in parallel (Boolean, default is TRUE).

Value

A list with the left and right parts of x split at the index si.


bwrc/astrid-r documentation built on May 13, 2019, 9:08 a.m.