We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4655801 commit f8471f9Copy full SHA for f8471f9
src/ParallelKMeans.jl
@@ -16,7 +16,7 @@ struct MultiThread <: CalculationMode
16
n::Int
17
end
18
19
-# Get the number of avaialble threads for
+# Get the number of avaialble threads for multithreading implementation
20
MultiThread() = MultiThread(Threads.nthreads())
21
22
"""
0 commit comments