Class

edu.cmu.ml.rtw.pra.features

RandomWalkPathFinderCompanion

Related Doc: package features

Permalink

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
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)

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

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

    Permalink
    Definition Classes
    Any
  6. def clearMemory(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  19. def getRef(): RemoteRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    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