Package | Description |
---|---|
org.deeplearning4j.eval |
Modifier and Type | Method and Description |
---|---|
static EvaluationAveraging |
EvaluationAveraging.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EvaluationAveraging[] |
EvaluationAveraging.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
Evaluation.f1(EvaluationAveraging averaging)
Deprecated.
|
double |
Evaluation.falseNegativeRate(EvaluationAveraging averaging)
Deprecated.
|
double |
Evaluation.falsePositiveRate(EvaluationAveraging averaging)
Deprecated.
|
double |
Evaluation.fBeta(double beta,
EvaluationAveraging averaging)
Deprecated.
|
double |
Evaluation.gMeasure(EvaluationAveraging averaging)
Deprecated.
|
double |
Evaluation.matthewsCorrelation(EvaluationAveraging averaging)
Deprecated.
|
double |
Evaluation.precision(EvaluationAveraging averaging)
Deprecated.
|
double |
Evaluation.recall(EvaluationAveraging averaging)
Deprecated.
|
Copyright © 2019. All rights reserved.