public static enum SemKernel.ScalingMode extends Enum<SemKernel.ScalingMode>
Modifier and Type | Method and Description |
---|---|
static SemKernel.ScalingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemKernel.ScalingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemKernel.ScalingMode NONE
public static final SemKernel.ScalingMode LINEAR
public static final SemKernel.ScalingMode ZSCORE
public static SemKernel.ScalingMode[] values()
for (SemKernel.ScalingMode c : SemKernel.ScalingMode.values()) System.out.println(c);
public static SemKernel.ScalingMode 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