[
https://issues.apache.org/jira/browse/MAHOUT-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lance Norskog updated MAHOUT-812:
---------------------------------
Description:
ConfusionMatrix does not support Writable. This patch adds that feature.
ConfusionMatrix is a subclass of MatrixWritable.
Since ConfusionMatrix is somewhat less than useful without the row/column
labels, and MatrixWritable does not support writing bindings (it only saves
numbers), this patch fixes both.
Includes unit test for ConfusionMatrix (previously missing) which includes
exercise of MatrixWritable support for numbers and labels. (There is no
independent unit test for MatrixWritable.)
was:
ConfusionMatrix does not support Writable. This patch adds that feature.
Since ConfusionMatrix is somewhat less than useful without the row/column
labels, and MatrixWritable does not support writing bindings (it only saves
numbers), this patch fixes both.
Includes unit test for ConfusionMatrix (previously missing) and enhanced unit
test for MatrixWritable.
> Enhance ConfusionMatrix to be a MatrixWritable (enhances MatrixWritable to
> pickle labels)
> -----------------------------------------------------------------------------------------
>
> Key: MAHOUT-812
> URL: https://issues.apache.org/jira/browse/MAHOUT-812
> Project: Mahout
> Issue Type: Improvement
> Reporter: Lance Norskog
> Priority: Minor
> Fix For: 0.6
>
>
> ConfusionMatrix does not support Writable. This patch adds that feature.
> ConfusionMatrix is a subclass of MatrixWritable.
> Since ConfusionMatrix is somewhat less than useful without the row/column
> labels, and MatrixWritable does not support writing bindings (it only saves
> numbers), this patch fixes both.
> Includes unit test for ConfusionMatrix (previously missing) which includes
> exercise of MatrixWritable support for numbers and labels. (There is no
> independent unit test for MatrixWritable.)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira