| Package | Description |
|---|---|
| de.datexis.sector.eval |
| Modifier and Type | Field and Description |
|---|---|
protected ClassificationEvaluation |
SectorEvaluation.segmentClassEval |
protected ClassificationEvaluation |
SectorEvaluation.sentenceClassEval |
| Modifier and Type | Method and Description |
|---|---|
protected ClassificationEvaluation |
ClassificationScoreCalculator.newEval() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassificationScoreCalculator.evaluate(org.deeplearning4j.nn.graph.ComputationGraph net,
ClassificationEvaluation evaluation,
org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator iterator)
Override evaluation to use average of forward/backward layers in a single score.
|
protected double |
ClassificationScoreCalculator.finalScore(ClassificationEvaluation e) |
void |
ClassificationEvaluation.merge(ClassificationEvaluation other) |
static String |
SectorEvaluation.printSingleClassStats(ClassificationEvaluation eval) |
Copyright © 2019. All rights reserved.