CollocDriver not runnable with ToolRunner due to private Constructor
--------------------------------------------------------------------
Key: MAHOUT-714
URL: https://issues.apache.org/jira/browse/MAHOUT-714
Project: Mahout
Issue Type: Bug
Components: Clustering
Affects Versions: 0.5
Reporter: Frank Scholten
Priority: Minor
Fix For: 0.6
Attachments: MAHOUT-714.patch
I noticed that CollocDriver has a private Constructor, which means that I can't
run it via ToolRunner
Configuration configuration = ...
String[] collocArgs = ...
ToolRunner.run(configuration, new CollocDriver(), args);
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira