Object

net.sansa_stack.rdf.spark.model.tensor

TripleOps

Related Doc: package tensor

Permalink

object TripleOps

Created by nilesh Build an RDD of (s,p,o) coordinates, with integer IDs starting from 0 for representing URIs Needed for training ML models on knowledge graphs TODO docs

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

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def entityIDs(triplesWithURIs: RDD[Triple]): RDD[(Node, Long)]

    Permalink

    Return unique IDs of all entities (subject, objects) in the graph

    Return unique IDs of all entities (subject, objects) in the graph

    triplesWithURIs

    RDD of triples with URIs

  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getMappedTriples(triples: RDD[Triple]): RDD[(Long, Long, Long)]

    Permalink

    Return all the mapped triples (tensor) based on their relations

    Return all the mapped triples (tensor) based on their relations

    triples

    RDD of triples

    returns

    all the mapped triples (tensor) based on their relations

  12. def getNumEntities(triples: RDD[Triple]): Long

    Permalink

    Return size of the entities in the graph

    Return size of the entities in the graph

    triples

    RDD of triples

    returns

    size of the entities in the graph

  13. def getNumRelations(triples: RDD[Triple]): Long

    Permalink

    Return size of the relations in the graph

    Return size of the relations in the graph

    triples

    RDD of triples

    returns

    size of the relations in the graph

  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def relationIDs(triplesWithURIs: RDD[Triple]): RDD[(Node, Long)]

    Permalink

    Return unique ID of the relations (predicates)

    Return unique ID of the relations (predicates)

    triplesWithURIs

    RDD of triples with URIs

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def triplesWithURIs(triples: RDD[Triple]): RDD[Triple]

    Permalink

    Get all triples which contains URIs

    Get all triples which contains URIs

    triples

    RDD of triples

    returns

    RDD of triples with URIs only

  23. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped