Class

edu.cmu.ml.rtw.pra.features

GraphChiPathFinder

Related Doc: package features

Permalink

class GraphChiPathFinder extends PathFinder[NodePairInstance]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GraphChiPathFinder
  2. PathFinder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphChiPathFinder(params: JValue, relation: String, relationMetadata: RelationMetadata, outputter: Outputter, fileUtil: FileUtil = new FileUtil)

    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. val allowedKeys: Seq[String]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createPathTypeFactory(params: JValue, graph: GraphOnDisk): PathTypeFactory

    Permalink
  8. def createVectorPathTypeFactory(params: JValue, graph: GraphOnDisk): VectorPathTypeFactory

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findPaths(data: Dataset[NodePairInstance]): Unit

    Permalink
    Definition Classes
    GraphChiPathFinderPathFinder
  13. var finder: RandomWalkPathFinder

    Permalink
  14. def finished(): Unit

    Permalink
    Definition Classes
    GraphChiPathFinderPathFinder
  15. implicit val formats: DefaultFormats.type

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getLocalSubgraph(instance: NodePairInstance): Subgraph

    Permalink
    Definition Classes
    GraphChiPathFinderPathFinder
  18. def getLocalSubgraphs(): Map[NodePairInstance, Map[PathType, Set[(Int, Int)]]]

    Permalink
    Definition Classes
    GraphChiPathFinderPathFinder
  19. def getPathCountMap(): Map[NodePairInstance, Map[PathType, Integer]]

    Permalink
    Definition Classes
    GraphChiPathFinderPathFinder
  20. def getPathCounts(): Map[PathType, Integer]

    Permalink
    Definition Classes
    GraphChiPathFinderPathFinder
  21. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val numIters: Int

    Permalink
  27. val pathAcceptPolicy: String

    Permalink
  28. var pathTypeFactory: PathTypeFactory

    Permalink
  29. def readEmbeddingsVectors(embeddingsFiles: Seq[String], graph: Graph): Map[Int, Vector]

    Permalink
  30. def readVectorsFromFile(embeddingsFile: String, graph: Graph): Map[Int, Vector]

    Permalink
  31. val resetProbability: Double

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val walksPerSource: Int

    Permalink

Inherited from PathFinder[NodePairInstance]

Inherited from AnyRef

Inherited from Any

Ungrouped