Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

FastRandomForest Weka package, based on https://code.google.com/archive/p/fast-random-forest/
https://github.com/fracpete/fastrandomforest-weka-package

classifier java machine-learning plugin weka

Last synced: 1 day ago
JSON representation

FastRandomForest Weka package, based on https://code.google.com/archive/p/fast-random-forest/

Awesome Lists containing this project

README

        

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
--------

* [2019.12.3](https://github.com/fracpete/fastrandomforest-weka-package/releases/download/v2019.12.3/fastrandomforest-2019.12.3.zip)
* [2019.11.10](https://github.com/fracpete/fastrandomforest-weka-package/releases/download/v2019.11.10/fastrandomforest-2019.11.10.zip)
* [2016.12.7](https://github.com/fracpete/fastrandomforest-weka-package/releases/download/v2016.12.7/fastrandomforest-2016.12.7.zip)

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:

```xml

com.github.fracpete
fastrandomforest-weka-package
2019.12.3
jar


nz.ac.waikato.cms.weka
weka-dev



```