".numberOfRows" should be ".numberOfColumns" in RowSimilarityJob
----------------------------------------------------------------
Key: MAHOUT-549
URL: https://issues.apache.org/jira/browse/MAHOUT-549
Project: Mahout
Issue Type: Improvement
Affects Versions: 0.4
Reporter: Jingguo Yao
Priority: Minor
In line 80 of RowSimilarityJob, ".numberOfRows" should be ".numberOfColumns"
since NUMBER_OF_COLUMNS is about column not row.
public static final String NUMBER_OF_COLUMNS =
RowSimilarityJob.class.getName() + ".numberOfRows";
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.