[
https://issues.apache.org/jira/browse/MAHOUT-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robin Swezey updated MAHOUT-543:
--------------------------------
Comment: was deleted
(was: Fixes issue of classifier type and data source command line parameters
not taken into account in org.apache.mahout.classifier.bayes.TestClassifier)
> classifier type and data source not taken into account in
> org.apache.mahout.classifier.bayes.TestClassifier
> -----------------------------------------------------------------------------------------------------------
>
> Key: MAHOUT-543
> URL: https://issues.apache.org/jira/browse/MAHOUT-543
> Project: Mahout
> Issue Type: Bug
> Components: Classification
> Affects Versions: 0.4
> Environment: Mac OS X, Hadoop 0.20.2
> Reporter: Robin Swezey
> Fix For: 0.4
>
> Attachments: TestClassifier-type-datasource.patch
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> This concerns the latest version of Mahout checked out from the SVN repo (I
> believe 0.4)
> When launching TestClassifier using:
> $MAHOUT_HOME/bin/mahout testclassifier -m model -d test-input -type cbayes
> -ng 1 -source hbase
> The output says that the classifier type is Bayes (not Complementary) and the
> data source is HDFS.
> After a quick investigation in TestClassifer.java source, there are mistakes
> on lines: 142, 147, 148
> with classifierType instead of typeOpt, and dataSource instead of
> dataSourceOpt
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.