public enum FragmentExtractionStrategy extends Enum<FragmentExtractionStrategy>
Enum Constant and Description |
---|
INDIVIDUALS
Extract a fragment based on a given number of examples.
|
TIME
Extract as much information as possible in a given time.
|
Modifier and Type | Method and Description |
---|---|
static FragmentExtractionStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FragmentExtractionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FragmentExtractionStrategy INDIVIDUALS
public static final FragmentExtractionStrategy TIME
public static FragmentExtractionStrategy[] values()
for (FragmentExtractionStrategy c : FragmentExtractionStrategy.values()) System.out.println(c);
public static FragmentExtractionStrategy 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 null DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann