All Implemented Interfaces:
ReorderTransformation

public class ReorderFixed extends ReorderTransformationSubstitution
Fixed scheme for choosing based on the triple patterns, without looking at the data. It gives a weight to a triple, with more grounded terms being considered better. It weights against rdf:type because that can be very unselective (e.g. ?x rdf:type rdf:Resource)
  • Field Details

    • MultiTermSampleSize

      public static final int MultiTermSampleSize
      The number of triples used for the base scale
      See Also:
  • Constructor Details

    • ReorderFixed

      public ReorderFixed()
  • Method Details