is not current version
Last Version 1.0.3

nz.ac.waikato.cms.weka:denormalize 1.0.1

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.

Categories

Categories

Weka Business Logic Libraries Machine Learning ORM Data
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

denormalize
Version

Version

1.0.1
Type

Type

jar

Download denormalize 1.0.1


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