Class

edu.cmu.ml.rtw.pra.features

RandomWalkPathFollowerCompanion

Related Doc: package features

Permalink

class RandomWalkPathFollowerCompanion extends TwoKeyCompanion

Linear Supertypes
TwoKeyCompanion, RemoteDrunkardCompanion, UnicastRemoteObject, RemoteServer, RemoteObject, Serializable, Remote, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RandomWalkPathFollowerCompanion
  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 RandomWalkPathFollowerCompanion(graph: GraphOnDisk, numThreads: Int, maxMemoryBytes: Long, translate: VertexIdTranslate, pathTypes: Array[PathType], acceptPolicy: MatrixRowPolicy, allowedTargets: Set[Integer], normalizeWalkProbabilities: Boolean)

    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. def acceptableRow(sourceNode: Int, targetNode: Int, sourceTargets: Set[Integer], allTargets: Set[Integer]): Boolean

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAcceptPolicy(): MatrixRowPolicy

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFeatureMatrix(instances: List[NodePairInstance]): FeatureMatrix

    Permalink
  18. def getFirstKey(walk: Long, atVertex: Int): Int

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
    Definition Classes
    RandomWalkPathFollowerCompanion → TwoKeyCompanion
  19. def getNormalizeWalks(): Boolean

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  20. def getRef(): RemoteRef

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

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

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

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

    Permalink
    Definition Classes
    RemoteObject → AnyRef → Any
  25. def ignoreWalk(walk: Long): Boolean

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
    Definition Classes
    RandomWalkPathFollowerCompanion → TwoKeyCompanion
  26. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    TwoKeyCompanion → RemoteDrunkardCompanion
    Annotations
    @throws( classOf[java.rmi.RemoteException] )
  33. def setAcceptPolicy(acceptPolicy: MatrixRowPolicy): Unit

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  34. def setAllowedTargets(allowedTargets: Set[Integer]): Unit

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  35. def setAvoidList(arg0: Int, arg1: Array[Int]): Unit

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

    Permalink
    Attributes
    protected[edu.cmu.ml.rtw.pra.features]
  37. def setSources(sourceVertexIds: Array[Int]): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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