- getAssociationRules() - Method in class weka.associations.HotSpot
-
Gets the list of mined association rules.
- getCapabilities() - Method in class weka.associations.HotSpot
-
Returns default capabilities of HotSpot
- getDebug() - Method in class weka.associations.HotSpot
-
Get whether debugging info is output
- getDoNotCheckCapabilities() - Method in class weka.associations.HotSpot
-
Get whether capabilities checking is turned off.
- getMaxBranchingFactor() - Method in class weka.associations.HotSpot
-
Get the maximum branching factor
- getMaxRuleLength() - Method in class weka.associations.HotSpot
-
Get the maximum rule length
- getMinimizeTarget() - Method in class weka.associations.HotSpot
-
Get whether to minimize the target rather than maximize
- getMinImprovement() - Method in class weka.associations.HotSpot
-
Get the minimum improvement in the target necessary to add a test
- getOptions() - Method in class weka.associations.HotSpot
-
Gets the current settings of HotSpot.
- getOutputRules() - Method in class weka.associations.HotSpot
-
- getRevision() - Method in class weka.associations.HotSpot
-
Returns the revision string.
- getRuleMetricNames() - Method in class weka.associations.HotSpot
-
Gets a list of the names of the metrics output for each rule.
- getSupport() - Method in class weka.associations.HotSpot
-
Get the minimum support
- getTarget() - Method in class weka.associations.HotSpot
-
Get the target index as a string
- getTargetIndex() - Method in class weka.associations.HotSpot
-
For a nominal target, get the index of the value of interest (1-based)
- getTreatZeroAsMissing() - Method in class weka.associations.HotSpot
-
Get whether to treat zero as missing.
- globalInfo() - Method in class weka.associations.HotSpot
-
Returns a string describing this classifier
- graph() - Method in class weka.associations.HotSpot
-
- graphType() - Method in class weka.associations.HotSpot
-
Returns the type of graph this scheme represents.