public static enum PreviewPanel.TypePanel extends Enum<PreviewPanel.TypePanel>
Enum Constant and Description |
---|
CLASSIFICATION |
CONCEPT_DRIFT |
REGRESSION |
Modifier and Type | Method and Description |
---|---|
MeasureCollection |
getMeasureCollection() |
static PreviewPanel.TypePanel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewPanel.TypePanel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreviewPanel.TypePanel CLASSIFICATION
public static final PreviewPanel.TypePanel REGRESSION
public static final PreviewPanel.TypePanel CONCEPT_DRIFT
public static PreviewPanel.TypePanel[] values()
for (PreviewPanel.TypePanel c : PreviewPanel.TypePanel.values()) System.out.println(c);
public static PreviewPanel.TypePanel 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 MeasureCollection getMeasureCollection()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.