Package

net.sansa_stack.inference.spark

rules

Permalink

package rules

Visibility
  1. Public
  2. All

Type Members

  1. class RuleExecutor[V, G <: AbstractRDFGraph[V, G]] extends AnyRef

    Permalink

    A rule executor that works on Spark data structures and operations.

  2. class RuleExecutorNative extends RuleExecutor[RDD[RDFTriple], RDFGraphNative]

    Permalink

    A rule executor that works on Spark data structures and operations.

  3. class RuleExecutorSQL extends RuleExecutor[DataFrame, RDFGraphDataFrame]

    Permalink

    A rule executor that works on SQL and Spark DataFrames.

Value Members

  1. object Planner extends Logging

    Permalink

  2. object RDDOperations

    Permalink

    Common operations on RDD of triples.

  3. object RuleEntailmentType extends Enumeration

    Permalink

    The type of entailment of a rule, i.e.

    The type of entailment of a rule, i.e. which kind of triples are involved in the entailment process.

  4. package plan

    Permalink

Ungrouped