|
Hi everyone, I need your help!! I don't have anymore the time to program myself the algorithm of BIRCH or CURE. However I need one of these hierarchical clustering technique because I want to show by a little example the advantage of hierarchical clustering in my presentation. So I want to ask you if anyone of you can send me the source code of BIRCH or/and Cure in C/C++ or Matlab so that I can use the algorithm and apply them to some examples during the presentation? Thanks Claude |
|
How's your java? http://roberto.perdisci.com/projects/jbirch |
|
thanks amair for your answer with the modified test3.java file! Now I can use the JBirch from R. Perdiscini with your modification!ยจ Thanks a lot! |
|
I have found this link but I receive always an error: Failed to load Main-Class manifest attribute from C.UsersDesktopJBIRCH However when I type java -version in the command prompt, I receive the information: java<tm> SE Runtime Environment <build 1.6.0_24.b07=""> java HotSpot<tm> Client VM <build 19.1-b02,="" mixed="" mode,="" sharing=""> Thus I think my java works correctly. I have also tested the JBIRCH on Ubuntu OS but the same thing. Perhaps you can help me to fix the error and make the algo run correctly |