fastrandomforest

Fast Random Forest implementation.

Лицензия

Лицензия

Группа

Группа

com.github.fracpete
Идентификатор

Идентификатор

fastrandomforest-weka-package
Последняя версия

Последняя версия

2019.12.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

fastrandomforest
Fast Random Forest implementation.
Ссылка на сайт

Ссылка на сайт

https://github.com/fracpete/fastrandomforest-weka-package
Организация-разработчик

Организация-разработчик

University of Waikato, Hamilton, NZ
Система контроля версий

Система контроля версий

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

Скачать fastrandomforest-weka-package

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev jar [3.7.11,)

test (2)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.11,)
junit : junit jar 3.8.2

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
2019.12.3
2019.11.10
2016.12.7