Modifier and Type | Field and Description |
---|---|
static ACQ_Scope |
ACQ_Scope.EMPTY
Empty scope
|
protected ACQ_Scope |
ACQ_Query.scope
Variables involved in this query
|
protected ACQ_Scope |
ACQ_Network.variables
Variables of this network
|
Modifier and Type | Method and Description |
---|---|
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
|
ACQ_Scope |
ACQ_IConstraint.getScope()
Returns the scope of this constraint
|
ACQ_Scope |
ACQ_Query.getScope()
Returns the scope of this query
|
ACQ_Scope |
ACQ_Constraint.getScope()
Returns the scope of this constraint
|
ACQ_Scope |
ACQ_Bias.getVars()
Returns the variables of this bias
|
ACQ_Scope[] |
ACQ_Scope.split()
Split this scope into two new scopes.
|
ACQ_Scope |
ACQ_Scope.union(ACQ_Scope other)
Returns a new scope that contains both variables of this scope and the specified scope
|
Modifier and Type | Method and Description |
---|---|
boolean |
ACQ_Scope.containsAll(ACQ_Scope anotherSet)
Checks if the variables of the specified scope are all included in this scope
|
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_Network |
ACQ_Bias.getProjection(ACQ_Scope varSet)
Returns a subnet of this bias.
|
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
|
ACQ_Scope |
ACQ_Scope.union(ACQ_Scope other)
Returns a new scope that contains both variables of this scope and the specified scope
|
Constructor and Description |
---|
ACQ_Network(ACQ_Network other_network,
ACQ_Scope scope)
Constructor from an other network and a specified scope
It takes the constraints from the other network and the
scope from the specified scope
|
ACQ_Network(ACQ_Scope variables)
Constructor from a specified scope (variables)
|
ACQ_Network(ACQ_Scope variables,
ACQ_ConstraintSet constraints)
Constructor from a specified scope and set of constraints
|
ACQ_Network(ACQ_Scope variables,
ACQ_ConstraintSet constraints,
boolean add_variables)
Main constructor of networks
Build a network from the specified scope and the specified set of constraints
|
ACQ_Query(ACQ_Scope scope,
int[] values)
Constructor for a query from a scope and a set of values
|