Download albero-common-0.2.jar file - Jar a

Jar examples for a:albero-common

Description

A bank decides using various criteria whether a customer wil receive a loan. An insurer uses specific information to determine which insurance product is most suitable for its customer. A municipality makes decisions based on yet other information, to determine whether it will grant permits or if a citizen is entitled to a public transport pass. Decision trees are frequently used in order to make such decisions or recommendations. Albero is a new generation decision tree solution. It is simple, fast, and flexible. Further, Albero is easily adaptable and can integrate easily into any environment.

You can download jar file albero-common 0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add albero-common-0.2.jar to your project.

<dependency>
   <groupId>nl.trivento.albero</groupId>
   <artifactId>albero-common</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'nl.trivento.albero', name: 'albero-common', version: '0.2'
libraryDependencies += "nl.trivento.albero" % "albero-common" % "0.2"
<dependency org="nl.trivento.albero" name="albero-common" rev="0.2"/>
@Grapes(@Grab(group='nl.trivento.albero', module='albero-common', version='0.2'))
'nl.trivento.albero:albero-common:jar:0.2'

Download

Click the following link to download the jar file.

albero-common-0.2-javadoc.jar
albero-common-0.2-sources.jar
albero-common-0.2.jar
albero-common-0.2.pom



Related Tutorials