how to install ELKI on windows?

300 views Asked by At

I would like to install ELKI on windows and use clustering methods from python source code. The official documentation on the installation and use of their methods is not clear, which makes it difficult to handle their tool.

1

There are 1 answers

4
Erich Schubert On

It is a Java program. It does not need to be "installed".

If you have Java, you can just launch the jar file.

But the target audience are scientists and developers, these know how to run a Java program, and will want to check out the source code from Git anyway.