fastrandomforest

Fast Random Forest implementation.

License

License

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

fastrandomforest-weka-package
Last Version

Last Version

2019.12.3
Release Date

Release Date

Type

Type

jar
Description

Description

fastrandomforest
Fast Random Forest implementation.
Project URL

Project URL

https://github.com/fracpete/fastrandomforest-weka-package
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://github.com/fracpete/fastrandomforest-weka-package

Download fastrandomforest-weka-package

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fracpete/fastrandomforest-weka-package/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>fastrandomforest-weka-package</artifactId>
    <version>2019.12.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/fastrandomforest-weka-package/
implementation 'com.github.fracpete:fastrandomforest-weka-package:2019.12.3'
// https://jarcasting.com/artifacts/com.github.fracpete/fastrandomforest-weka-package/
implementation ("com.github.fracpete:fastrandomforest-weka-package:2019.12.3")
'com.github.fracpete:fastrandomforest-weka-package:jar:2019.12.3'
<dependency org="com.github.fracpete" name="fastrandomforest-weka-package" rev="2019.12.3">
  <artifact name="fastrandomforest-weka-package" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='fastrandomforest-weka-package', version='2019.12.3')
)
libraryDependencies += "com.github.fracpete" % "fastrandomforest-weka-package" % "2019.12.3"
[com.github.fracpete/fastrandomforest-weka-package "2019.12.3"]

Dependencies

compile (1)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.11,)

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.11,)
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

fastrandomforest-weka-package

An efficient implementation of the Random Forest classifier for Java.

Fork of original project hosted on Google Code:

https://code.google.com/archive/p/fast-random-forest/

Classifier

The full classname of the classifier implementation:

hr.irb.fastRandomForest.FastRandomForest

Releases

How to use packages

For more information on how to install the package, see:

https://waikato.github.io/weka-wiki/packages/manager/

Maven

Add the following dependency in your pom.xml to include the package:

    <dependency>
      <groupId>com.github.fracpete</groupId>
      <artifactId>fastrandomforest-weka-package</artifactId>
      <version>2019.12.3</version>
      <type>jar</type>
      <exclusions>
        <exclusion>
          <groupId>nz.ac.waikato.cms.weka</groupId>
          <artifactId>weka-dev</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

Versions

Version
2019.12.3
2019.11.10
2016.12.7