denormalize

An instance filter that collapses instances with a common grouping ID value into a single instance. Useful for converting transactional data into a format that Weka's association rule learners can handle. IMPORTANT: assumes that the incoming batch of instances has been sorted on the grouping attribute. The values of nominal attributes are converted to indicator attributes. These can be either binary (with f and t values) or unary with missing values used to indicate absence. The later is Weka's old market basket format, which is useful for Apriori. Numeric attributes can be aggregated within groups by computing the average, sum, minimum or maximum.

Лицензия

Лицензия

Категории

Категории

Weka Прикладные библиотеки Machine Learning ORM Данные
Группа

Группа

nz.ac.waikato.cms.weka
Идентификатор

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

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

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

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

denormalize
An instance filter that collapses instances with a common grouping ID value into a single instance. Useful for converting transactional data into a format that Weka's association rule learners can handle. IMPORTANT: assumes that the incoming batch of instances has been sorted on the grouping attribute. The values of nominal attributes are converted to indicator attributes. These can be either binary (with f and t values) or unary with missing values used to indicate absence. The later is Weka's old market basket format, which is useful for Apriori. Numeric attributes can be aggregated within groups by computing the average, sum, minimum or maximum.
Ссылка на сайт

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

http://weka.sourceforge.net/doc.packages/denormalize
Организация-разработчик

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

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

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

https://svn.cms.waikato.ac.nz/svn/weka/tags/denormalize-1.0.3

Скачать denormalize

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

<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/denormalize/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>denormalize</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/denormalize/
implementation 'nz.ac.waikato.cms.weka:denormalize:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/denormalize/
implementation ("nz.ac.waikato.cms.weka:denormalize:1.0.3")
'nz.ac.waikato.cms.weka:denormalize:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="denormalize" rev="1.0.3">
  <artifact name="denormalize" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='denormalize', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "denormalize" % "1.0.3"
[nz.ac.waikato.cms.weka/denormalize "1.0.3"]

Зависимости

compile (1)

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

test (2)

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

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

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

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

Версия
1.0.3
1.0.2
1.0.1