public class ScoredEvaluationCounts extends EvaluationCounts
| Modifier and Type | Field and Description |
|---|---|
double |
confidenceThreshould |
falseNegatives, falsePositives, truePositives| Constructor and Description |
|---|
ScoredEvaluationCounts() |
ScoredEvaluationCounts(EvaluationCounts counts,
double confidenceThreshould) |
ScoredEvaluationCounts(int truePositives,
int falsePositives,
int falseNegatives,
double confidenceThreshould) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
hasEqualCounts(EvaluationCounts counts) |
int |
hashCode() |
String |
toString() |
add, getFalseNegatives, getFalsePositives, getTruePositives, setFalseNegatives, setFalsePositives, setTruePositivespublic ScoredEvaluationCounts()
public ScoredEvaluationCounts(EvaluationCounts counts, double confidenceThreshould)
public ScoredEvaluationCounts(int truePositives,
int falsePositives,
int falseNegatives,
double confidenceThreshould)
public int hashCode()
hashCode in class EvaluationCountspublic boolean equals(Object obj)
equals in class EvaluationCountspublic String toString()
toString in class EvaluationCountspublic boolean hasEqualCounts(EvaluationCounts counts)
Copyright © 2014–2017. All rights reserved.