java.lang.Object
fr.boreal.backward_chaining.cover.QueryCover
- All Implemented Interfaces:
CoverFunction
Computes the cover of a set of queries using homomorphism to detect if a query is more general than another
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.QueryCover(RuleCompilation compilation) Constructor with compilation -
Method Summary
-
Constructor Details
-
QueryCover
public QueryCover()Default constructor. Uses no compilation -
QueryCover
Constructor with compilation- Parameters:
compilation- the compilation to use
-
-
Method Details
-
cover
-