The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
log4j | log4j | 1.2.15 | - | jar | |
weka | weka | 3.5.7 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.testng | testng | 5.1 | jdk15 | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
com.sun.jdmk | jmxtools | 1.2.1 | - | jar | |
com.sun.jmx | jmxri | 1.2.1 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.jms | jms | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
junit | junit | 3.8.1 | - | jar |
The focus of this project is to build a a new Bayesian Classification algorithm for mining molecular biology data sets. A very important application of data mining is Bioinformatics, where the goal is to discover interesting knowledge from molecular biology data sets. Classification is one of the major tasks of data mining, and Bayesian algorithms are a paradigm of classification algorithms based on probability theory. The approach being use to build a Bayesian classifier is inspired on Ant Colony algorithms; Essentially they are systems based on agents that simulate the behaviour of natural ants, including mechanisms of cooperation and adaptation. Further testing of this experiment is needed to confirm the findings and final outcome of the project. Developed by jr239@kent.ac.uk Miraculously supervised by Dr Alex A. Freitas
Apache Log4j 1.2
http://logging.apache.org:80/log4j/1.2/
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
Unnamed - javax.activation:activation:jar:1.1
Unnamed - com.sun.jmx:jmxri:jar:1.2.1
The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
http://java.sun.com/products/jms
JMX 1.2.1 Reference Implementation
http://java.sun.com/products/JavaManagement/
TestNG is a unit testing framework.
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.