Skip to content

Commit

Permalink
param accu and specif
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Aug 22, 2023
1 parent 00a99e7 commit d6e2aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/MainFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#' @param PositiveClass 1 or string (?) (should be one of elements of column 'ClassFeature' in data train). Always provided by the user. The string should be enclused in single quotation marks, e.g. 'class'
#' @param FeatureInclude Empty or string (should be name of one of columns in data train)
#' @param Maximize One of list with strings, list = "ACCURACY", ...
#' @param Accuracy Float 0-1 -> default = 0 (if 0, make empty = computationally more beneficial)
#' @param Specificity float 0-1, default = 0
#' @param Accuracy Float 0-0.999 -> default = 0 (if 0, make empty = computationally more beneficial)
#' @param Specificity float 0-0.999, default = 0
#' @param PrintSettings True or False
#' @param PrintPerformance True or False
#' @param Subsumption True or False
Expand Down

0 comments on commit d6e2aac

Please sign in to comment.