confusionmatrix

Contains various confusion matrix visualizations for the Explorer.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2014.10.15
Дата

Дата

Тип

Тип

jar
Описание

Описание

confusionmatrix
Contains various confusion matrix visualizations for the Explorer.
Ссылка на сайт

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

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

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

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

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

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

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

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

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

Зависимости

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

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

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

confusionmatrix-weka-package

Weka package containing different visualizations of a classifier's confusion matrix in the Explorer.

Available visualizations:

  • text - slightly enhanced default text representation, can be saved as text file or printed

  • table - representing the matrix in a JTable, can be saved as CSV file or printed

  • heatmap - counts in the matrix get represented using colors chosen from a gradient generated from two colors, can be saved as image file

  • heatmap (scaled) - same as heatmap, but divides the elements in a row by the sum of counts in that row (= percentages). Useful for skewed class distributions.

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>confusionmatrix-weka-package</artifactId>
      <version>2014.10.15</version>
      <type>jar</type>
      <exclusions>
        <exclusion>
          <groupId>nz.ac.waikato.cms.weka</groupId>
          <artifactId>weka-dev</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

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

Версия
2014.10.15
2014.8.6
2014.8.5