junto.graph

Vertex

class Vertex extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Vertex
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Vertex(name: String)

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 CalculateRWProbabilities(beta: Double): Boolean

  7. def GetEstimatedLabelScore(label: String): Double

  8. def GetInjectedLabelScore(label: String): Double

  9. def GetMRR: Double

  10. def GetMSE: Double

  11. def GetNeighborNames: Array[String]

  12. def GetNeighborWeight(neighbor: String): Double

  13. def GetNeighborhoodEntropy(map: TObjectDoubleHashMap[String]): Double

  14. def GetOutEdgeWeightSum: Double

  15. def NormalizeTransitionProbability: Unit

  16. def RemoveInjectedLabel(label: String): Unit

  17. def SetEstimatedLabelScore(label: String, weight: Double): Unit

  18. def SetEstimatedLabelScores(updatedScores: TObjectDoubleHashMap[String]): Unit

  19. def SetInjectedLabelScore(label: String, weight: Double): Unit

  20. def UpdateEstimatedLabel(label: String, weight: Double): Unit

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  25. var estimatedLabels: TObjectDoubleHashMap[String]

  26. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  28. val goldLabels: TObjectDoubleHashMap[String]

  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. val injectedLabels: TObjectDoubleHashMap[String]

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. var isSeedNode: Boolean

  33. var isTestNode: Boolean

  34. var isTransitionNormalized: Boolean

  35. val name: String

  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. val neighbors: TObjectDoubleHashMap[String]

  38. final def notify(): Unit

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

    Definition Classes
    AnyRef
  40. var pabandon: Double

  41. var pcontinue: Double

  42. var pinject: Double

  43. def setGoldLabel(goldLabel: String, weight: Double): Unit

  44. def setIsSeedNode(newValue: Boolean = true): Unit

  45. def setIsTestNode(newValue: Boolean = true): Unit

  46. def setNeighbor(neighbor: String, weight: Double): Double

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

    Definition Classes
    AnyRef
  48. def toString(delim: String): String

  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped