Git Product home page Git Product logo

example-elki-project's Introduction

Example Project for using ELKI

This project uses Maven to download ELKI.

The Eclipse m2e extensions should work fine with this project. If necessary, convert to a Maven project, and run Maven Update.

Building a package:

The Maven package goal will produce a package in the output folder target.

All dependencies will be copied into the subdirectory dependency.

To launch this, use mvn package on the command line, or in Eclipse Run As, Maven Build and specify the goal package.

Custom Algorithm Example:

This example algorithm computes the mean and variance of each attribute.

Launching using Maven:

From command line, you can launch using mvn -P launch test.

Launching from the jar package:

First, build a package as explained above via mvn package.

java -jar yourpackage.jar will spawn the MiniGUI, where you can choose your algorithm in the -algorithm parameter dropdown.

Launching in Eclipse:

To launch use the included Eclipse launch configuration "ELKI Example".

Custom Application Example:

This application runs above algorithm multiple times.

Launching from the jar package:

First, build a package as explained above via mvn package.

To launch the command line version (great for automated experiments):

java -jar yourjar.jar example.ExampleApplication

To launch the MiniGUI version, use:

java -jar yourjar.jar minigui example.ExampleApplication

As you can see, ELKI added an option to choose the number of repetitions, the new parameter that we have added in our application.

Known limitations:

As of ELKI 0.7.0, classes in the default package cause problems in the MiniGUI. Therefore, always use a package for your classes. This will be fixed in the next ELKI version.

To build and distribute an add-on for ELKI, set the addClasspath function of the maven-jar-plugin to false to disable adding dependencies to the jar manifest.

example-elki-project's People

Contributors

kno10 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.