Class WithConfidence<T>

Object
org.anchoranalysis.image.inference.segment.WithConfidence<T>
Type Parameters:
T - element to be associated with a confidence score
All Implemented Interfaces:
Comparable<WithConfidence<T>>

public class WithConfidence<T>
extends Object
implements Comparable<WithConfidence<T>>
Wraps an element with a confidence-score.

A natural ordering exists, highest confidences ahead of lower confidences.

  • Constructor Details

  • Method Details