Constructor and Description |
---|
FactorFunction(ParamWeight theta,
ATerm weightFun,
Binds binds,
CRFState crfState) |
FactorFunctionCreator(ParamWeight theta,
ATerm defFun,
CRFState crfState) |
Constructor and Description |
---|
MultiObjSolution(ParamWeight[] objectiveWeights,
java.util.ArrayList<ScanTerm> terms,
WorldWeightParam worldWeight) |
Modifier and Type | Method and Description |
---|---|
ParamWeight |
LearningState.instance(ATerm[] paramKey) |
ParamWeight |
LearningState.instance(ATerm[] paramKey,
InitializerFunction initial,
double initValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ParamWeight> |
LearningState.getAllParamWeights() |
Modifier and Type | Method and Description |
---|---|
void |
WorldWeightFunction.completeFixed(java.util.Set<ParamWeight> fixed) |
WorldWeightParam |
WorldWeightFunction.getWeight(java.util.Set<ParamWeight> fixed) |
Modifier and Type | Method and Description |
---|---|
void |
DeltaList.addWeight(ParamWeight p,
double v)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
ParamWeight |
ParamWeightTerm.param |