Mismatch in case for arg handling in
org.apache.mahout.vectorizer.collocations.llr.CollocDriver
-----------------------------------------------------------------------------------------------
Key: MAHOUT-936
URL: https://issues.apache.org/jira/browse/MAHOUT-936
Project: Mahout
Issue Type: Bug
Components: Clustering
Affects Versions: 0.6
Reporter: Mat Kelcey
Priority: Minor
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 :)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira