java - ELKI Maven OPTICS -


i'm trying use elki (http://elki.dbs.ifi.lmu.de/#gettingelki:downloadandcitationpolicy) cant find maven dependency. know find it?

i want experiments opticsxi implementation i'm finding difficult. please give me advice? links? me started? optics implementation use?

i found these links: running optics algorithm on elki how cluster instance weka's dbscan? dont me..

we not provide elki on maven. thus, there no maven dependency.

elki changing quickly, , not provide stable api.

for example, in next release numbervector<? extends number> simplify numbervector. getting rid of generic nice, break code. , such changes still happen @ every version, why have not released version 1.0 yet.

if possible, use command line or minigui. works well. use distribute experiments on cluster of 50 cpu cores. advanced cases (involving nontrivial custom distance functions), have drive elki java.

as far know, elki has complete optics implementation. there partial implementation such 1 in weka, our implementation more powerful, , faster (in particular when enable indexes). functionality such xi method cluster extraction not available in other implementations @ all. , next elki version have hdbscan*, revisited version of optics.

update: elki can used via maven. clone project https://github.com/elki-project/example-elki-project started quickly. elki maven dependencies are:

    <!-- elki core, without visualization -->     <dependency>         <groupid>de.lmu.ifi.dbs.elki</groupid>         <artifactid>elki</artifactid>         <version>0.7.0</version>     </dependency>     <!-- need dependency if need visualization -->     <dependency>         <groupid>de.lmu.ifi.dbs.elki</groupid>         <artifactid>elki-batik-visualization</artifactid>         <version>0.7.0</version>     </dependency> 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -