Modifier and Type | Method and Description |
---|---|
ACQ_Query |
ACQ_Acquisition.query_gen(ACQ_Network network1,
ACQ_Network network2,
ACQ_Scope scope,
config.Query_type type,
config.Heuristic h)
query_gen
|
ACQ_Query |
ACQ_QUACQ.query_gen(ACQ_Network network1,
ACQ_Network network2,
ACQ_Scope scope,
config.Query_type type,
config.Heuristic h)
**************************************************************************
query_gen
|
abstract ACQ_Query |
ACQ_ConstraintSolver.solve_AnotAllB(ACQ_Network networkA,
ACQ_Network networkB,
config.Heuristic heuristic)
Generate a query that satisfies networkA and at least one constraint of networkB
|
ACQ_Query |
ACQ_ChocoSolver.solve_AnotAllB(ACQ_Network networkA,
ACQ_Network networkB,
config.Heuristic heuristic)
Generate a query that satisfies networkA and at least one constraint of networkB
|
abstract ACQ_Query |
ACQ_ConstraintSolver.solve_AnotB(ACQ_Network network1,
ACQ_Network network2,
config.Heuristic heuristic)
Generate a query that satisfies networkA but violates at least one constraint of networkB
|
ACQ_Query |
ACQ_ChocoSolver.solve_AnotB(ACQ_Network networkA,
ACQ_Network networkB,
config.Heuristic heuristic)
Generate a query that satisfies networkA but violates at least one constraint of networkB
|
Modifier and Type | Method and Description |
---|---|
boolean |
ACQ_Learner.ask(ACQ_Query e)
Ask this learner if the tuple represented by
the query e is a solution or not
|
void |
ACQ_Learner.asked_query(ACQ_Query findC_example) |
(package private) boolean |
ACQ_Network.check(ACQ_Query query)
Checks if the query violates this network of constraints
|
(package private) boolean |
ACQ_Network.checkNotAllNeg(ACQ_Query query)
checkNotAllNeg
|
void |
ACQ_Query.classify_as(ACQ_Query asked_query)
Set the classification of this query to the same value of the specified query
|
ACQ_IConstraint |
ACQ_Acquisition.findC(ACQ_Scope scope,
ACQ_Query negative_example) |
ACQ_IConstraint |
ACQ_QUACQ.findC(ACQ_Scope scope,
ACQ_Query e) |
ACQ_Scope |
ACQ_Acquisition.findScope(ACQ_Query negative_example,
ACQ_Scope X,
ACQ_Scope Bgd,
boolean mutex) |
ACQ_Scope |
ACQ_QUACQ.findScope(ACQ_Query negative_example,
ACQ_Scope X,
ACQ_Scope Bgd,
boolean mutex)
**************************************************************
FindScope procedure
|
(package private) ACQ_ConstraintSet |
ACQ_Bias.getKappa(ACQ_Query query_bgd)
Returns the set of constraints violated by query_bgd
|
int[] |
ACQ_IConstraint.getProjection(ACQ_Query query)
Get the set of numeric values of the example query
|
int[] |
ACQ_Scope.getProjection(ACQ_Query query)
*****TODO FIX THE SIZE OF THE RETURNED ARRAY*****
For a specified query, it returns the values of this query regarding this scope
|
int[] |
ACQ_Constraint.getProjection(ACQ_Query query)
Get the numeric values of the example query
|
void |
ACQ_Learner.memory_up(ACQ_Query findC_example) |
void |
ACQ_Bias.reduce(ACQ_Query e)
Remove a set of constraints contained into this bias
|