public class Label extends Object implements Comparable<Label>
| Constructor and Description |
|---|
Label(Integer cl) |
Label(Integer cl,
double prob) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Label o) |
boolean |
equals(Label otherLabel) |
Integer |
getLabel() |
double |
getProb() |
void |
setProb(double prob) |
Copyright © 2016. All rights reserved.