public class InstanceWithConfidence extends Object implements Comparable
| Constructor and Description |
|---|
InstanceWithConfidence(Instance inst,
double c,
boolean correct) |
InstanceWithConfidence(Instance inst,
double c,
Sequence predicted) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
correct() |
double |
getConfidence() |
Instance |
getInstance() |
public InstanceWithConfidence(Instance inst, double c, boolean correct)
public int compareTo(Object o)
compareTo in interface Comparablepublic double getConfidence()
public Instance getInstance()
public boolean correct()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.