public static enum GoMetric.Metric extends Enum<GoMetric.Metric>
Enum Constant and Description |
---|
cosine |
jiang |
kappa |
lin |
percent |
resnik |
simple |
Modifier and Type | Method and Description |
---|---|
static GoMetric.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoMetric.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoMetric.Metric jiang
public static final GoMetric.Metric lin
public static final GoMetric.Metric resnik
public static final GoMetric.Metric simple
public static final GoMetric.Metric percent
public static final GoMetric.Metric kappa
public static final GoMetric.Metric cosine
public static GoMetric.Metric[] values()
for (GoMetric.Metric c : GoMetric.Metric.values()) System.out.println(c);
public static GoMetric.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 nullCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.