https://github.com/awojna/Rseslib
Revision 54e5b743bed65256abfe9bace859a91e94eaf55f authored by Wiktor Gromniak on 16 February 2018, 16:39:01 UTC, committed by awojna on 16 February 2018, 16:39:01 UTC
1 parent fbafaac
Raw File
Tip revision: 54e5b743bed65256abfe9bace859a91e94eaf55f authored by Wiktor Gromniak on 16 February 2018, 16:39:01 UTC
New version of Johnson algorithm finding a reduct
Tip revision: 54e5b74
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