Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 419 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 419 Bytes

DMandML

A library that performs data mining and machine learning tasks

Usage

Maven coordinates:

<dependency>
  <groupId>com.github.tknudsen</groupId>
  <artifactId>dm-and-ml</artifactId>
  <version>0.0.1</version>
</dependency>

Current snapshot:

<dependency>
  <groupId>com.github.tknudsen</groupId>
  <artifactId>dm-and-ml</artifactId>
  <version>0.0.2-SNAPSHOT</version>
</dependency>