DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : hotSpot Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file hotSpot-1.0.14-javadoc.jar to hotSpot-1.0.14-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder hotSpot-1.0.14-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "hotSpot-1.0.14-sources.jar" -d "hotSpot-1.0.14-javadoc" -subpackages 

Advertisement