jar

nz.ac.waikato.cms.weka : hotSpot

Maven & Gradle

Aug 10, 2021

hotSpot · HotSpot learns a set of rules (displayed in a tree-like structure) that maximize/minimize a target variable/value of interest. With a nominal target, one might want to look for segments of the data where there is a high probability of a minority value occuring (given the constraint of a minimum support). For a numeric target, one might be interested in finding segments where this is higher on average than in the whole data set. For example, in a health insurance scenario, find which health insurance groups are at the highest risk (have the highest claim ratio), or, which groups have the highest average insurance payout.

Table Of Contents

Latest Version

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

All Versions

Download nz.ac.waikato.cms.weka : hotSpot 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 hotSpot-1.0.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.associations

├─ weka.associations.HotSpot.class - [JAR]

Advertisement