h

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.
http://weka.sourceforge.net/doc.packages/hotSpot
GNU General Public License 3
University of Waikato, Hamilton, NZ
Mark Hall
Files download
File Operation
hotSpot-1.0.10.jar download
hotSpot-1.0.10.pom download
hotSpot-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>hotSpot</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:hotSpot:1.0.10'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:hotSpot:1.0.10")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "hotSpot" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='hotSpot', version='1.0.10')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="hotSpot" rev="1.0.10" />
Leiningen
[nz.ac.waikato.cms.weka/hotSpot "1.0.10"]
Apache Buildr
'nz.ac.waikato.cms.weka:hotSpot:jar:1.0.10'