Last Version

denormalize 1.0.3

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.

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning ORM Data
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

denormalize
Version

Version

1.0.3
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://weka.sourceforge.net/doc.packages/denormalize
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

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

Download denormalize 1.0.3


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

Dependencies

compile (1)

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

test (2)

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

Project Modules

There are no modules declared in this project.