public static enum PcoaParamaters.MatrixType extends Enum<PcoaParamaters.MatrixType>
| Enum Constant and Description |
|---|
BRAYCURTIS |
CITYBLOCK |
CORRELATION |
COVARIATION |
NULL |
| Modifier and Type | Method and Description |
|---|---|
static PcoaParamaters.MatrixType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcoaParamaters.MatrixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcoaParamaters.MatrixType CORRELATION
public static final PcoaParamaters.MatrixType COVARIATION
public static final PcoaParamaters.MatrixType BRAYCURTIS
public static final PcoaParamaters.MatrixType CITYBLOCK
public static final PcoaParamaters.MatrixType NULL
public static PcoaParamaters.MatrixType[] values()
for (PcoaParamaters.MatrixType c : PcoaParamaters.MatrixType.values()) System.out.println(c);
public static PcoaParamaters.MatrixType 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 © 2016. All Rights Reserved.