https://github.com/awojna/Rseslib
Revision e32666081536b0a3e2e1da93023941011c625fb1 authored by Arkadiusz Wojna on 29 May 2018, 16:06:38 UTC, committed by GitHub on 29 May 2018, 16:06:38 UTC
Corrected bug sorting by attributes
2 parent s 4cc5982 + f46effd
Raw File
Tip revision: e32666081536b0a3e2e1da93023941011c625fb1 authored by Arkadiusz Wojna on 29 May 2018, 16:06:38 UTC
Merge pull request #4 from rlatkows/master
Tip revision: e326660
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>pl.edu.mimuw.rseslib</groupId>
  <artifactId>rseslib</artifactId>
  <version>3.1.3-SNAPSHOT</version>
  <name>Rseslib</name>
  <description>Rough set and machine learning data structures and algorithms</description>
  <dependencies>
  	<dependency>
  		<groupId>nz.ac.waikato.cms.weka</groupId>
  		<artifactId>weka-stable</artifactId>
  		<version>3.8.0</version>
  	</dependency>
  </dependencies>
</project>
back to top