Class

edu.cmu.ml.rtw.pra.features

RandomWalkPathFinder

Related Doc: package features

Permalink

class RandomWalkPathFinder extends WalkUpdateFunction[EmptyType, Integer]

Linear Supertypes
WalkUpdateFunction[EmptyType, Integer], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RandomWalkPathFinder
  2. WalkUpdateFunction
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RandomWalkPathFinder(graph: GraphOnDisk, instances: List[NodePairInstance], edgeExcluder: EdgeExcluder, walksPerSource: Int, policy: PathTypePolicy, pathTypeFactory: PathTypeFactory)

    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. 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 encodePath(path: Path): Array[Int]

    Permalink
  7. def encodeWalkForCompanion(walk: Long): Array[Long]

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def execute(numIters: Int): Unit

    Permalink
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getLocalSubgraphs(): Map[NodePairInstance, Map[PathType, Set[Pair[Integer, Integer]]]]

    Permalink
  14. def getNotTrackedVertices(vertex: ChiVertex[EmptyType, Integer]): Array[Int]

    Permalink
    Definition Classes
    RandomWalkPathFinder → WalkUpdateFunction
  15. def getPathCountMap(): Map[NodePairInstance, Map[PathType, Integer]]

    Permalink
  16. def getPathCounts(): Map[PathType, Integer]

    Permalink
  17. def getPathDictionary(): MutableConcurrentIndex[PathType]

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  18. def getWalkPath(walkId: Int): Path

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  19. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def processSingleWalkAtVertex(walk: Long, vertex: Vertex, drunkardContext: LongDrunkardContext, random: Random): Unit

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  25. def processWalksAtVertex(walkArray: WalkArray, chiVertex: ChiVertex[EmptyType, Integer], drunkardContext_: DrunkardContext, random: Random): Unit

    Permalink
    Definition Classes
    RandomWalkPathFinder → WalkUpdateFunction
  26. def setEncodedWalkPaths(encoded: Array[Int], walkId: Int, hopNum: Int): Unit

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  27. def setResetProbability(resetProbability: Double): Unit

    Permalink
  28. def setWalkPath(path: Path, walkId: Int): Unit

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  29. def shutDown(): Unit

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

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

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

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

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

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

Inherited from WalkUpdateFunction[EmptyType, Integer]

Inherited from AnyRef

Inherited from Any

Ungrouped