Skip to contents

modelsCurveExplore # TODO: update documentation?

Usage

modelsCurveExplore(
  train_data = NULL,
  settings_path = NULL,
  output_path,
  file_name = "train_data",
  OutputFile = NULL,
  StartRulelength = 1,
  EndRulelength = 3,
  OperatorMethod = "EXHAUSTIVE",
  CutoffMethod = "RVAC",
  ClassFeature = "'class'",
  PositiveClass = "'Iris-versicolor'",
  FeatureInclude = "",
  Maximize = "ACCURACY",
  Accuracy = 0,
  BalancedAccuracy = 0,
  Specificity = 0,
  PrintSettings = TRUE,
  PrintPerformance = TRUE,
  Subsumption = TRUE,
  BranchBound = TRUE,
  Parallel = FALSE
)

Arguments

train_data

Train data

settings_path

A string declaring the path to the settings

output_path

A string declaring the path to the settings

file_name

A string declaring the the path to the file name

...

List of arguments

Value

models for different sensitivities/specificities