@Deprecated public enum EvaluationAveraging extends Enum<EvaluationAveraging>
Enum Constant and Description |
---|
Macro
Deprecated.
|
Micro
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EvaluationAveraging |
toNd4j()
Deprecated.
|
static EvaluationAveraging |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EvaluationAveraging[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluationAveraging Macro
public static final EvaluationAveraging Micro
public static EvaluationAveraging[] values()
for (EvaluationAveraging c : EvaluationAveraging.values()) System.out.println(c);
public static EvaluationAveraging 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 EvaluationAveraging toNd4j()
Copyright © 2022. All rights reserved.