public class BeamElement extends Object implements Comparable<BeamElement>
| Modifier and Type | Field and Description |
|---|---|
int |
action |
int |
index |
int |
label |
float |
score |
| Constructor and Description |
|---|
BeamElement(float score,
int index,
int action,
int label) |
public float score
public int index
public int action
public int label
public int compareTo(BeamElement beamElement)
compareTo in interface Comparable<BeamElement>Copyright © 2014–2021 码农场. All rights reserved.