-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.6
-
Fix Version/s: 0.6
-
Component/s: Clustering
-
Labels:None
the option minSupport is added with a capital S
addOption("minSupport", "s", "(Optional) Minimum Support. Default Value: "
but the actual value retrieved from the arg map has a lower case s
if (argMap.get("--minsupport") != null) {
Was tempted to attach a patch and then thought... well.... it might not be quite worth it