edu.cmu.ml.rtw.pra.features

GraphChiPathFinder

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val allowedKeys: Seq[String]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    GraphChiPathFinderPathFinder
  15. var finder: RandomWalkPathFinder

  16. def finished(): Unit

    Definition Classes
    GraphChiPathFinderPathFinder
  17. implicit val formats: DefaultFormats.type

  18. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    GraphChiPathFinderPathFinder
  23. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val numIters: Int

  29. val pathAcceptPolicy: String

  30. var pathTypeFactory: PathTypeFactory

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

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

  33. val resetProbability: Double

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

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

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

Inherited from PathFinder[NodePairInstance]

Inherited from AnyRef

Inherited from Any

Ungrouped