[
https://issues.apache.org/jira/browse/MAHOUT-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569635#action_12569635
]
Grant Ingersoll commented on MAHOUT-3:
--------------------------------------
Hi Jeff,
Now I am getting compile errors. I did "ant clean test" after applying the
patch on an empty directory.
compile-test:
[mkdir] Created dir:
/Volumes/User/grantingersoll/projects/lucene/mahout/mahout-clean/build/test-classes
[javac] Compiling 3 source files to
..../projects/lucene/mahout/mahout-clean/build/test-classes
[javac]
..../projects/lucene/mahout/mahout-clean/src/test/java/org/apache/mahout/clustering/canopy/TestCanopyCreation.java:780:
cannot find symbol
[javac] symbol : class UserDefinedDistanceMeasure
[javac] location: class
org.apache.mahout.clustering.canopy.TestCanopyCreation
[javac] UserDefinedDistanceMeasure.class.getName(), (float) 3.1,
(float) 2.1);
[javac] ^
[javac]
Note:..../lucene/mahout/mahout-clean/src/test/java/org/apache/mahout/clustering/canopy/TestCanopyCreation.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
> Build initial canopy clustering prototype
> -----------------------------------------
>
> Key: MAHOUT-3
> URL: https://issues.apache.org/jira/browse/MAHOUT-3
> Project: Mahout
> Issue Type: New Feature
> Components: Clustering
> Reporter: Jeff Eastman
> Assignee: Grant Ingersoll
> Priority: Minor
> Fix For: 0.1
>
> Attachments: MAHOUT-3.diff, MAHOUT-3a.diff, MAHOUT-3b.diff,
> MAHOUT-3c.diff, MAHOUT-3d.diff, MAHOUT-3e.diff
>
>
> I'd like to reserve some namespace, specifically
> org.apache.mahout.clustering.canopy to use for an initial prototype of canopy
> clustering. I'm going to start with a little unit test to get the basic
> algorithm sorted out, then M/R it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.