@Deprecated public class TestSetF1ScoreFunction extends BaseNetScoreFunction
MultiLayerNetwork
or ComputationGraph
Constructor and Description |
---|
TestSetF1ScoreFunction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
minimize()
Deprecated.
Should this score function be minimized or maximized?
|
double |
score(ComputationGraph graph,
DataSetIterator iterator)
Deprecated.
|
double |
score(ComputationGraph graph,
MultiDataSetIterator iterator)
Deprecated.
|
double |
score(MultiLayerNetwork net,
DataSetIterator iterator)
Deprecated.
|
double |
score(MultiLayerNetwork net,
MultiDataSetIterator iterator)
Deprecated.
|
String |
toString()
Deprecated.
|
getSupportedDataTypes, getSupportedModelTypes, score, score, score
public boolean minimize()
ScoreFunction
public double score(MultiLayerNetwork net, DataSetIterator iterator)
score
in class BaseNetScoreFunction
public double score(MultiLayerNetwork net, MultiDataSetIterator iterator)
score
in class BaseNetScoreFunction
public double score(ComputationGraph graph, DataSetIterator iterator)
score
in class BaseNetScoreFunction
public double score(ComputationGraph graph, MultiDataSetIterator iterator)
score
in class BaseNetScoreFunction
Copyright © 2020. All rights reserved.