jar

nz.ac.waikato.cms.weka : denormalize

Maven & Gradle

Apr 29, 2014

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.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : denormalize JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : denormalize JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window denormalize-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.filters.unsupervised.instance

├─ weka.filters.unsupervised.instance.Denormalize.class - [JAR]