rfboruta: Perform random forest Boruta analysis

View source: R/analysisRF-Boruta.R

rfborutaR Documentation

Perform random forest Boruta analysis

Description

Perform random forest Boruta analysis

Usage

rfboruta(
  dataset = NULL,
  factor = NULL,
  max_runs = 100,
  roughfix = F,
  alpha = 0.01
)

Arguments

dataset

MicroVis dataset. Defaults to the active dataset

factor

Factor to analyze by. Defaults to the active factor

max_runs

Maximum number of runs for Boruta algorithm. Default is 100

roughfix

Perform roughfix of indeterminate features? Defaults to FALSE

alpha

Significance threshold. Defaults to 0.01

Value

List of 3 tables with the class error, errors, and the Boruta results


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.