sid_sort: Rank attributes

Description Usage Arguments Value

Description

After ranking, the attributes are ordered so that those belonging to the same group are consecutive.

Usage

1
sid_sort(data_train, data_test, R = 10, classifier = svm, parallel = TRUE)

Arguments

data_train

Training data.

data_test

Testing data.

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

The attributes, sorted.


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