AucResult
AUC snapshot with the per-bin counts needed for merge. auc is NaN until at least one positive and one negative have been observed; consult totalPositives / totalNegatives to detect that case.
Constructors
Properties
Inclusive lower bound on the score range.
Per-bin negative weights, parallel to positives.
Per-bin positive weights, parallel to negatives.
Cumulative negative-label weight observed across the stream.
Cumulative positive-label weight observed across the stream.
Inclusive upper bound on the score range.
AucResult
auc
equals
hashCode
lowerBound
Inclusive lower bound on the score range.
negatives
Per-bin negative weights, parallel to positives.
numBins
positives
Per-bin positive weights, parallel to negatives.
totalNegatives
Cumulative negative-label weight observed across the stream.
totalPositives
Cumulative positive-label weight observed across the stream.
upperBound
Inclusive upper bound on the score range.