Class

net.sansa_stack.ml.spark.classification.KB

KB

Related Doc: package KB

Permalink

class KB extends AnyRef

The class to define the Knowledgebase elements

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KB
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KB(UrlOwlFile: String, rdd: OWLAxiomsRDD, sparkSession: SparkSession)

    Permalink

Type Members

  1. class KB extends AnyRef

    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 Concepts: RDD[OWLClass]

    Permalink
  5. var Examples: RDD[OWLIndividual]

    Permalink
  6. var Properties: RDD[OWLDataProperty]

    Permalink
  7. var Roles: RDD[OWLObjectProperty]

    Permalink
  8. var UrlOwlFile: String

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. var choiceDataP: Random

    Permalink
  11. var choiceObjectP: Random

    Permalink
  12. var classifications: Array[Array[Int]]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. var dataFactory: OWLDataFactory

    Permalink
  15. var dataPropertiesValue: RDD[RDD[OWLLiteral]]

    Permalink
  16. var domain: Array[Array[OWLIndividual]]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getClassMembershipResult(): Array[Array[Int]]

    Permalink
  22. def getClassMembershipResult(testConcepts: Array[OWLClassExpression], negTestConcepts: Array[OWLClassExpression], examples: RDD[OWLIndividual]): Array[Array[Int]]

    Permalink
  23. def getClasses(): RDD[OWLClass]

    Permalink
  24. def getDataFactory(): OWLDataFactory

    Permalink
  25. def getDataProperties(): RDD[OWLDataProperty]

    Permalink
  26. def getDataPropertiesValue(): RDD[RDD[OWLLiteral]]

    Permalink
  27. def getDomains(): Array[Array[OWLIndividual]]

    Permalink
  28. def getIndividuals(): RDD[OWLIndividual]

    Permalink
  29. def getOntology(): OWLOntology

    Permalink
  30. def getRandomConcept(): OWLClassExpression

    Permalink
  31. def getRandomProperty(numQueryProperty: Int): Array[Int]

    Permalink
  32. def getRandomRoles(numRules: Int): Array[Int]

    Permalink
  33. def getReasoner(): Reasoner

    Permalink
  34. def getRoleMembershipResult(rols: RDD[OWLObjectProperty], examples: RDD[OWLIndividual]): RDD[Array[Array[Int]]]

    Permalink
  35. def getRoles(): RDD[OWLObjectProperty]

    Permalink
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. var hermit: Reasoner

    Permalink
  38. def initKB(): OWLOntology

    Permalink
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. var manager: OWLOntologyManager

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

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  44. var ontology: OWLOntology

    Permalink
  45. var reasoner: OWLReasoner

    Permalink
  46. def setClassMembershipResult(classifications: Array[Array[Int]]): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def updateExamples(individuals: RDD[OWLIndividual]): Unit

    Permalink
  50. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped