public static enum SimpleOwlSim.Metric extends Enum<SimpleOwlSim.Metric>
Enum Constant and Description |
---|
DICE |
GIC |
IC_MCS |
JACCARD |
LCSIC |
MAXIC |
NORMALIZED_OVERLAP |
OVERLAP |
SIMJ |
Modifier and Type | Method and Description |
---|---|
static Boolean |
isICmetric(String m) |
static Boolean |
isJmetric(String m) |
static SimpleOwlSim.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleOwlSim.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleOwlSim.Metric JACCARD
public static final SimpleOwlSim.Metric OVERLAP
public static final SimpleOwlSim.Metric NORMALIZED_OVERLAP
public static final SimpleOwlSim.Metric DICE
public static final SimpleOwlSim.Metric IC_MCS
public static final SimpleOwlSim.Metric GIC
public static final SimpleOwlSim.Metric MAXIC
public static final SimpleOwlSim.Metric SIMJ
public static final SimpleOwlSim.Metric LCSIC
public static SimpleOwlSim.Metric[] values()
for (SimpleOwlSim.Metric c : SimpleOwlSim.Metric.values()) System.out.println(c);
public static SimpleOwlSim.Metric 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 static Boolean isICmetric(String m)
m
- - metric nameCopyright © 2010–2015. All rights reserved.