Class

net.sansa_stack.ml.spark.classification.KB

KB

Related Doc: package KB

Permalink

class KB extends AnyRef

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)

    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[OWLClassExpression]

    Permalink
  5. var Examples: RDD[OWLIndividual]

    Permalink
  6. var Roles: RDD[OWLObjectProperty]

    Permalink
  7. var UrlOwlFile: String

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. var choiceDataP: Random

    Permalink
  10. var choiceObjectP: Random

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

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val conf: SparkConf

    Permalink
  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: RDD[OWLClassExpression], negTestConcepts: RDD[OWLClassExpression], examples: RDD[OWLIndividual]): RDD[Array[Int]]

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

    Permalink
  24. def getDataFactory(): OWLDataFactory

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

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

    Permalink
  27. def getDatatypeAssertions(dataProperty: OWLDataProperty): Map[OWLIndividual, Set[OWLLiteral]]

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

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

    Permalink
  30. def getOntology(): OWLOntology

    Permalink
  31. def getRandomConcept(): OWLClassExpression

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

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

    Permalink
  34. def getReasoner(): Reasoner

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

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

    Permalink
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. def initKB(): OWLOntology

    Permalink
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def loadFunctionalDataProperties(): Unit

    Permalink
  41. var manager: OWLOntologyManager

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

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

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

    Permalink
    Definition Classes
    AnyRef
  45. var ontology: OWLOntology

    Permalink
  46. var properties: RDD[OWLDataProperty]

    Permalink
  47. var reasoner: Reasoner

    Permalink
  48. val sc: SparkContext

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

    Permalink
  50. val sparkSession: SparkSession

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

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

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

    Permalink
  54. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped