Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynqueen98 authored Nov 4, 2024
1 parent a22ce75 commit 3a00443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/super_partition.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ super_partition <- function(full_data,

# if no dimension reduction, use partition instead
if (length(unique(master_cluster$cluster)) == ncol(full_data)) {
if (verbose) ("No dimension reduction occured using Super Partition. Using Partition instead.")
if (verbose) message("No dimension reduction occured using Super Partition. Using Partition instead.")
return(partition(full_data, threshold, partitioner, tolerance, niter, x, .sep))
}

Expand Down

0 comments on commit 3a00443

Please sign in to comment.