License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning ORM Data |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIddenormalize |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondenormalize
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
denormalize-1.0.3.pom | |
denormalize-1.0.3.jar | 12 KB |
denormalize-1.0.3-tests.jar | 4 KB |
denormalize-1.0.3-test-sources.jar | 1 KB |
denormalize-1.0.3-sources.jar | 6 KB |
denormalize-1.0.3-javadoc.jar | 35 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |