Modifier and Type | Method and Description |
---|---|
static CRFState |
SGSearch.getCRFState() |
static CRFState |
CRFState.getCRFState(java.lang.String fileContents) |
CRFState |
ISimpleConsistency.getState() |
CRFState |
CoreConsistency.getState() |
Modifier and Type | Method and Description |
---|---|
FormulaCreate |
MakeConstCreator.create(Binds binds,
CRFState crfState) |
FormulaCreate |
DefineCreator.create(Binds binds,
CRFState crfState) |
double |
ProposalFunction.hillClimb(CRFState crfState,
java.util.Random rand,
int sampleSize,
Regularizer regularize) |
double |
ProposalFunction.hillClimb(CRFState crfState,
java.util.Random rand,
Regularizer regularize) |
double |
ProposalFunction.hillClimbOld(CRFState crfState,
java.util.Random rand,
int sampleSize,
Regularizer regularize) |
static double |
ProposalFunction.jointHillclimb(CRFState crfState,
ProposalFunction one,
ProposalFunction two,
int sampleSize,
Regularizer regularize) |
static CRFDescription |
ParserAntrl.parse(CRFState crfState,
java.lang.String fileContents) |
double |
ProposalFunction.scanMAP(CRFState crfState,
java.util.Random rand,
double min,
double max,
int tries) |
double |
ProposalFunction.scanMAP(CRFState crfState,
java.util.Random rand,
double min,
double max,
int tries,
int sampleSize) |
double |
ProposalFunction.scanMAP(CRFState crfState,
java.util.Random rand,
double min,
double max,
int tries,
int sampleSize,
Regularizer regularize) |
double |
ProposalFunction.scanMAP(CRFState crfState,
java.util.Random rand,
double min,
double max,
int tries,
Regularizer regularize) |
double |
ProposalFunction.tryZero(CRFState crfState,
java.util.Random rand,
int sampleSize,
Regularizer regularize) |
double |
ProposalFunction.tryZero(CRFState crfState,
java.util.Random rand,
Regularizer regularize) |
Constructor and Description |
---|
ParserAntrl(CRFState crfState) |
Modifier and Type | Method and Description |
---|---|
FormulaCreate |
FactorFunctionCreator.create(Binds binds,
CRFState crfState) |
FormulaCreate |
FactorCreator.create(Binds binds,
CRFState crfState) |
FormulaCreate |
Creator.create(Binds binds,
CRFState crfState) |
Constructor and Description |
---|
FactorFunction(ParamWeight theta,
ATerm weightFun,
Binds binds,
CRFState crfState) |
FactorFunctionCreator(ATerm[] specifiers,
ATerm defFun,
CRFState crfState) |
FactorFunctionCreator(ParamWeight theta,
ATerm defFun,
CRFState crfState) |
Formula(Creator creator,
ATerm[] condition,
boolean[] positive,
GroundingPlan groundingPlan,
CRFState crfState) |
RemovableFormula(Creator creator,
ATerm[] condition,
boolean[] positive,
GroundingPlan groundingPlan,
CRFState crfState) |
Constructor and Description |
---|
CompletionMAP(CRFState crfState,
ScanTerm goodWorldMarker,
int numGood,
int numBad) |
EvaluateMAP(CRFState crfState) |
FlexibleMAP(CRFState crfState) |
SingleMAP(CRFState crfState) |
VariationMAP(CRFState crfState,
ScanTerm completion,
int kBestCompletions,
ScanTerm variationPattern) |
VariationMAP(CRFState crfState,
ScanTerm completion,
int kBestCompletions,
ScanTerm variationPattern,
com.ibm.bluej.util.common.FunST<ScanTerm,java.lang.Boolean> shouldSave) |
Modifier and Type | Method and Description |
---|---|
FormulaCreate |
ParamCreator.create(Binds binds,
CRFState crfState) |
FormulaCreate |
BetaWeightCreator.create(Binds binds,
CRFState crfState) |
FormulaCreate |
ObjectiveCreator.create(Binds binds,
CRFState crfState) |
Constructor and Description |
---|
BetaWeights(java.lang.String id,
ATerm arg,
Binds binds,
CRFState crfState) |
TrainingAnalysis(CRFState crfState,
com.ibm.bluej.util.common.FunST<ScanTerm,java.lang.Boolean> trackImprovementIn,
int burnIn,
int proposalCount) |
Modifier and Type | Method and Description |
---|---|
CRFState |
Optimizer.getState() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Binds> |
ProposalConditionCheckTerm.expandAll(Binds binds,
CRFState crfState) |
java.util.Iterator<Binds> |
ProposalCondition.expandAll(Binds binds,
CRFState crfState) |
java.util.Iterator<Binds> |
ProposalConditionExpandTerm.expandAll(Binds binds,
CRFState crfState) |
java.util.Iterator<Binds> |
ProposalConditionScan.expandAll(Binds binds,
CRFState crfState) |
boolean |
ProposalConditionCheckTerm.expandRandom(Binds binds,
CRFState crfState) |
boolean |
ProposalCondition.expandRandom(Binds binds,
CRFState crfState) |
boolean |
ProposalConditionExpandTerm.expandRandom(Binds binds,
CRFState crfState) |
boolean |
ProposalConditionScan.expandRandom(Binds binds,
CRFState crfState) |
Constructor and Description |
---|
Proposal(ScanTerm[] toPropose,
boolean[] createPositive,
ProposalCondition[] conditions,
boolean[] condPositive,
int conditionType,
CRFState crfState) |
Modifier and Type | Method and Description |
---|---|
FormulaCreate |
FormulaTermCollection.create(Binds binds,
CRFState crfState) |
Constructor and Description |
---|
BagDefinition(ATerm created,
ATerm[] condition,
boolean[] positive,
CRFState crfState) |
SetDefinition(ATerm created,
ATerm[] condition,
boolean[] positive,
CRFState crfState) |