| Modifier and Type | Method and Description |
|---|---|
float |
AveragedPerceptron.changeWeight(Action actionType,
int slotNum,
Object featureName,
int labelIndex,
float change) |
| Modifier and Type | Method and Description |
|---|---|
int |
Instance.actionCost(Action action,
int dependency,
State state)
For the cost of an action given the gold dependencies
For more information see:
Yoav Goldberg and Joakim Nivre.
|
| Modifier and Type | Field and Description |
|---|---|
Action |
LabeledAction.action |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ArcEager.canDo(Action action,
State state) |
| Constructor and Description |
|---|
LabeledAction(Action action,
int label) |
Copyright © 2014–2021 码农场. All rights reserved.