Skip to content

Commit

Permalink
fix too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseYuan committed Jan 12, 2025
1 parent ff0995a commit a0bbe9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/getFuzzyPartitionMetrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
#' hardTrue <- apply(fuzzyTrue,1,FUN=which.max)
#' # some predicted labels:
#' hardPred <- c(1,1,1,1,1,1,2,2,2)
#' getFuzzyPartitionMetrics(hardPred=hardPred, hardTrue=hardTrue, fuzzyTrue=fuzzyTrue, nperms=3, level="class")
#' getFuzzyPartitionMetrics(hardPred=hardPred, hardTrue=hardTrue,
#' fuzzyTrue=fuzzyTrue, nperms=3, level="class")
#'
getFuzzyPartitionMetrics <- function(hardTrue=NULL, fuzzyTrue=NULL,
hardPred=NULL, fuzzyPred=NULL,
Expand Down

0 comments on commit a0bbe9f

Please sign in to comment.