public static enum FPGrowth.AssociationRule.METRIC_TYPE extends Enum<FPGrowth.AssociationRule.METRIC_TYPE>
Enum Constant and Description |
---|
CONFIDENCE |
CONVICTION |
LEVERAGE |
LIFT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
String |
toStringMetric(int premiseSupport,
int consequenceSupport,
int totalSupport,
int totalTransactions) |
String |
toXML(int premiseSupport,
int consequenceSupport,
int totalSupport,
int totalTransactions) |
static FPGrowth.AssociationRule.METRIC_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FPGrowth.AssociationRule.METRIC_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FPGrowth.AssociationRule.METRIC_TYPE CONFIDENCE
public static final FPGrowth.AssociationRule.METRIC_TYPE LIFT
public static final FPGrowth.AssociationRule.METRIC_TYPE LEVERAGE
public static final FPGrowth.AssociationRule.METRIC_TYPE CONVICTION
public static FPGrowth.AssociationRule.METRIC_TYPE[] values()
for (FPGrowth.AssociationRule.METRIC_TYPE c : FPGrowth.AssociationRule.METRIC_TYPE.values()) System.out.println(c);
public static FPGrowth.AssociationRule.METRIC_TYPE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<FPGrowth.AssociationRule.METRIC_TYPE>
public String toStringMetric(int premiseSupport, int consequenceSupport, int totalSupport, int totalTransactions)
public String toXML(int premiseSupport, int consequenceSupport, int totalSupport, int totalTransactions)
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.