Skip to content

Commit c08c744

Browse files
committed
make the interface name the same
1 parent 27a7d4e commit c08c744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/flucoma/clients/nrt/SKMeansClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ constexpr auto SKMeansParams = defineParameters(
2727
LongParam("numClusters", "Number of Clusters", 4, Min(0)),
2828
FloatParam("encodingThreshold", "Encoding Threshold", 0.25, Min(0), Max(1)),
2929
LongParam("maxIter", "Max number of Iterations", 100, Min(1)),
30-
EnumParam("initialize", "Initialize method", 0, "Random Assignment",
30+
EnumParam("initMethod", "Initialize method", 0, "Random Assignment",
3131
"Random Points", "Sampling"));
3232

3333
class SKMeansClient : public FluidBaseClient,

0 commit comments

Comments
 (0)