Class

net.sansa_stack.ml.spark.mining.amieSpark.Rules

RuleContainer

Related Doc: package Rules

Permalink

class RuleContainer extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RuleContainer
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RuleContainer()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _belowMinimumSupport: Boolean

    Permalink
  5. var _containsQuasiBindings: Boolean

    Permalink
  6. var _pcaConfidenceEstimation: Double

    Permalink
  7. var _pcaConfidenceUpperBound: Double

    Permalink
  8. var _stdConfidenceUpperBound: Double

    Permalink
  9. var ancestors: ArrayBuffer[(String, String, String)]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def bodyLength(): Int

    Permalink

    returns the length of the body

  12. var bodySize: Double

    Permalink
  13. def calcSupport(k: KB, sc: SparkContext, sqlContext: SQLContext): Unit

    Permalink

    returns the support of a rule, the number of instantiations of the rule

    returns the support of a rule, the number of instantiations of the rule

    k

    knowledge base

    sc

    spark context

  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def closed(): Boolean

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getHighestVariable(): Char

    Permalink
  21. def getPcaConfidence(): Double

    Permalink
  22. def getRule(): ArrayBuffer[RDFTriple]

    Permalink
  23. def getSortedRule(): ArrayBuffer[RDFTriple]

    Permalink
  24. def getVariableList(): ArrayBuffer[String]

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. var hashSupport: Int

    Permalink
  27. def hc(): Double

    Permalink

    returns ArrayBuffer with every triplePattern of the body as a RDFTriple

  28. var headKey: Null

    Permalink
  29. var highestVariable: Char

    Permalink
  30. var highestVariableSuffix: Int

    Permalink
  31. def initRule(x: ArrayBuffer[RDFTriple], k: KB, sc: SparkContext, sqlContext: SQLContext): Unit

    Permalink

    initializes rule, support, bodySize and sizeHead

  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val name: String

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def notClosed(): Option[ArrayBuffer[String]]

    Permalink
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. var parent: RuleContainer

    Permalink
  39. def parentsOfRule(outMap: Map[String, ArrayBuffer[(ArrayBuffer[RDFTriple], RuleContainer)]], sc: SparkContext): ArrayBuffer[RuleContainer]

    Permalink
  40. def partParents(triples: ArrayBuffer[RDFTriple], arbuf: ArrayBuffer[(ArrayBuffer[RDFTriple], RuleContainer)], sc: SparkContext): (ArrayBuffer[RuleContainer], ArrayBuffer[(ArrayBuffer[RDFTriple], RuleContainer)])

    Permalink
  41. var pcaBodySize: Double

    Permalink
  42. var pcaConfidence: Double

    Permalink
  43. def rdTpEquals(a: RDFTriple, b: RDFTriple): Boolean

    Permalink
  44. def rdfTpArrEquals(a: ArrayBuffer[RDFTriple], b: ArrayBuffer[RDFTriple]): Boolean

    Permalink
  45. var rule: ArrayBuffer[RDFTriple]

    Permalink
  46. def samePartialRule(x: ArrayBuffer[RDFTriple], y: ArrayBuffer[RDFTriple]): Boolean

    Permalink
  47. def sameRule(a: ArrayBuffer[RDFTriple], b: ArrayBuffer[RDFTriple]): Boolean

    Permalink
  48. def setBodySize(k: KB, sc: SparkContext, sqlContext: SQLContext): Unit

    Permalink

    returns number of instantiations of the relations in the body

    returns number of instantiations of the relations in the body

    k

    knowledge base

    sc

    spark context

  49. def setPcaBodySize(k: KB, sc: SparkContext): Unit

    Permalink
  50. def setPcaConfidence(threshold: Double, k: KB, sc: SparkContext, sqlContext: SQLContext): Unit

    Permalink
  51. def setRule(threshold: Double, supp: Long, p: RuleContainer, x: ArrayBuffer[RDFTriple], y: ArrayBuffer[RDFTriple], k: KB, sc: SparkContext, sqlContext: SQLContext): Unit

    Permalink
  52. def setRuleArBuf(tp: ArrayBuffer[RDFTriple]): Unit

    Permalink
  53. def setSizeHead(k: KB): Unit

    Permalink

    returns number of instantiations of the predicate of the head

    returns number of instantiations of the predicate of the head

    k

    knowledge base

  54. def set_pcaConfidenceEstimation(k: KB): Unit

    Permalink
  55. var sizeHead: Double

    Permalink
  56. def sort(tp: ArrayBuffer[RDFTriple]): ArrayBuffer[RDFTriple]

    Permalink
  57. var sortedRule: ArrayBuffer[RDFTriple]

    Permalink
  58. var support: Long

    Permalink
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  61. def usePcaApprox(tparr: ArrayBuffer[RDFTriple]): Boolean

    Permalink
  62. var variableList: ArrayBuffer[String]

    Permalink
  63. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped