public class Proposal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FORALL_TYPE |
static int |
NUM_RANDOM_RETRIES |
static StringTerm |
PROPOSAL_FUNCTION_PROPOSE |
static int |
RANDOM_TYPE |
static double |
SMOOTH_RATIO |
static int |
WEIGHTEDMAX_TYPE |
Constructor and Description |
---|
Proposal(ScanTerm[] toPropose,
boolean[] createPositive,
ProposalCondition[] conditions,
boolean[] condPositive,
int conditionType,
CRFState crfState) |
Modifier and Type | Method and Description |
---|---|
void |
setSubProposal(Proposal sub) |
java.lang.String |
toString() |
public static int RANDOM_TYPE
public static int FORALL_TYPE
public static int WEIGHTEDMAX_TYPE
public static int NUM_RANDOM_RETRIES
public static double SMOOTH_RATIO
public static final StringTerm PROPOSAL_FUNCTION_PROPOSE
public Proposal(ScanTerm[] toPropose, boolean[] createPositive, ProposalCondition[] conditions, boolean[] condPositive, int conditionType, CRFState crfState)
public void setSubProposal(Proposal sub)
public java.lang.String toString()
toString
in class java.lang.Object