edu.cmu.ml.rtw.pra.features

RandomWalkPathFinderCompanion

class RandomWalkPathFinderCompanion extends TwoKeyCompanion

Linear Supertypes
TwoKeyCompanion, RemoteDrunkardCompanion, UnicastRemoteObject, RemoteServer, RemoteObject, Serializable, Remote, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RandomWalkPathFinderCompanion
  2. TwoKeyCompanion
  3. RemoteDrunkardCompanion
  4. UnicastRemoteObject
  5. RemoteServer
  6. RemoteObject
  7. Serializable
  8. Remote
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RandomWalkPathFinderCompanion(graph: GraphOnDisk, numThreads: Int, maxMemoryBytes: Long, translate: VertexIdTranslate, pathDict: Index[PathType], pathTypeFactory: PathTypeFactory, policy: PathTypePolicy)

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. def _processWalks(arg0: WalkArray, arg1: Array[Int]): Unit

    Attributes
    protected[edu.cmu.graphchi.walks.distributions]
    Definition Classes
    TwoKeyCompanion
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clearMemory(): Unit

    Attributes
    protected[edu.cmu.graphchi.walks.distributions]
    Definition Classes
    TwoKeyCompanion
  9. def clone(): AnyRef

    Definition Classes
    UnicastRemoteObject → AnyRef
    Annotations
    @throws( ... )
  10. def close(): Unit

    Definition Classes
    TwoKeyCompanion
  11. def drainBuffer(arg0: Int, arg1: Int): Unit

    Attributes
    protected[edu.cmu.graphchi.walks.distributions]
    Definition Classes
    TwoKeyCompanion
  12. def ensureExists(arg0: Int, arg1: Int): Unit

    Attributes
    protected[edu.cmu.graphchi.walks.distributions]
    Definition Classes
    TwoKeyCompanion
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  17. def getFirstKey(walk: Long, atVertex: Int): Int

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
    Definition Classes
    RandomWalkPathFinderCompanion → TwoKeyCompanion
  18. def getLocalSubgraphs(instances: List[NodePairInstance]): Map[NodePairInstance, Map[PathType, Set[Pair[Integer, Integer]]]]

  19. def getPathCountMap(instances: List[NodePairInstance]): Map[NodePairInstance, Map[PathType, Integer]]

  20. def getPathCounts(sources: List[Integer], targets: List[Integer]): Map[PathType, Integer]

  21. def getRef(): RemoteRef

    Definition Classes
    RemoteObject
  22. def getSecondKey(walk: Long, atVertex: Int): Int

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
    Definition Classes
    RandomWalkPathFinderCompanion → TwoKeyCompanion
  23. def getTop(arg0: Int, arg1: Int): Array[IdCount]

    Definition Classes
    TwoKeyCompanion → RemoteDrunkardCompanion
    Annotations
    @throws( classOf[java.rmi.RemoteException] )
  24. def getValue(walk: Long, atVertex: Int): Int

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
    Definition Classes
    RandomWalkPathFinderCompanion → TwoKeyCompanion
  25. def hashCode(): Int

    Definition Classes
    RemoteObject → AnyRef → Any
  26. def ignoreWalk(arg0: Long): Boolean

    Attributes
    protected[edu.cmu.graphchi.walks.distributions]
    Definition Classes
    TwoKeyCompanion
  27. def incrementCounts(pathCounts: Map[PathType, Integer], sourcePath: PathType, targetPath: PathType, count: Int): Unit

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  28. def incrementCounts(pathCounts: Map[PathType, Integer], sourcePath: PathType, targetToInter: DiscreteDistribution, count: Int): Unit

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  29. def incrementCounts(pathCounts: Map[PathType, Integer], sourceToInter: DiscreteDistribution, targetToInter: DiscreteDistribution): Unit

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  30. def incrementCounts(pathCounts: Map[PathType, Integer], sourceToInter: DiscreteDistribution, targetPath: PathType): Unit

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  31. def incrementCounts(pathCounts: Map[PathType, Integer], sourcePath: PathType, targetToInter: DiscreteDistribution): Unit

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  32. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  36. def outputDistributions(outputFile: String): Unit

    Definition Classes
    RandomWalkPathFinderCompanion → TwoKeyCompanion → RemoteDrunkardCompanion
  37. def outputDistributions(arg0: String, arg1: Int): Unit

    Definition Classes
    TwoKeyCompanion → RemoteDrunkardCompanion
    Annotations
    @throws( classOf[java.rmi.RemoteException] )
  38. def processWalks(arg0: WalkArray, arg1: Array[Int]): Unit

    Definition Classes
    TwoKeyCompanion → RemoteDrunkardCompanion
    Annotations
    @throws( classOf[java.rmi.RemoteException] )
  39. def setAvoidList(arg0: Int, arg1: Array[Int]): Unit

    Definition Classes
    TwoKeyCompanion → RemoteDrunkardCompanion
    Annotations
    @throws( classOf[java.rmi.RemoteException] )
  40. def setDistributions(distributions: ConcurrentHashMap[Integer, ConcurrentHashMap[Integer, DiscreteDistribution]]): Unit

    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  41. def setPolicy(policy: PathTypePolicy): Unit

  42. def setSources(sourceVertexIds: Array[Int]): Unit

    Definition Classes
    RandomWalkPathFinderCompanion → TwoKeyCompanion → RemoteDrunkardCompanion
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def waitForFinish(): Unit

    Attributes
    protected[edu.cmu.graphchi.walks.distributions]
    Definition Classes
    TwoKeyCompanion

Inherited from TwoKeyCompanion

Inherited from RemoteDrunkardCompanion

Inherited from UnicastRemoteObject

Inherited from RemoteServer

Inherited from RemoteObject

Inherited from Serializable

Inherited from Remote

Inherited from AnyRef

Inherited from Any

Ungrouped