There was an error while loading. Please reload this page.
1 parent 27a7d4e commit c08c744Copy full SHA for c08c744
1 file changed
include/flucoma/clients/nrt/SKMeansClient.hpp
@@ -27,7 +27,7 @@ constexpr auto SKMeansParams = defineParameters(
27
LongParam("numClusters", "Number of Clusters", 4, Min(0)),
28
FloatParam("encodingThreshold", "Encoding Threshold", 0.25, Min(0), Max(1)),
29
LongParam("maxIter", "Max number of Iterations", 100, Min(1)),
30
- EnumParam("initialize", "Initialize method", 0, "Random Assignment",
+ EnumParam("initMethod", "Initialize method", 0, "Random Assignment",
31
"Random Points", "Sampling"));
32
33
class SKMeansClient : public FluidBaseClient,
0 commit comments