class
Vertex extends AnyRef
Instance Constructors
-
new
Vertex(name: String)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
CalculateRWProbabilities(beta: Double): Boolean
-
def
GetEstimatedLabelScore(label: String): Double
-
def
GetInjectedLabelScore(label: String): Double
-
def
GetMRR: Double
-
def
GetMSE: Double
-
def
GetNeighborNames: Array[String]
-
def
GetNeighborWeight(neighbor: String): Double
-
def
GetNeighborhoodEntropy(map: TObjectDoubleHashMap[String]): Double
-
def
GetOutEdgeWeightSum: Double
-
def
NormalizeTransitionProbability: Unit
-
def
RemoveInjectedLabel(label: String): Unit
-
def
SetEstimatedLabelScore(label: String, weight: Double): Unit
-
def
SetEstimatedLabelScores(updatedScores: TObjectDoubleHashMap[String]): Unit
-
def
SetInjectedLabelScore(label: String, weight: Double): Unit
-
def
UpdateEstimatedLabel(label: String, weight: Double): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
var
estimatedLabels: TObjectDoubleHashMap[String]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
val
goldLabels: TObjectDoubleHashMap[String]
-
def
hashCode(): Int
-
val
injectedLabels: TObjectDoubleHashMap[String]
-
final
def
isInstanceOf[T0]: Boolean
-
var
isSeedNode: Boolean
-
var
isTestNode: Boolean
-
var
isTransitionNormalized: Boolean
-
val
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
val
neighbors: TObjectDoubleHashMap[String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
pabandon: Double
-
var
pcontinue: Double
-
var
pinject: Double
-
def
setGoldLabel(goldLabel: String, weight: Double): Unit
-
def
setIsSeedNode(newValue: Boolean = true): Unit
-
def
setIsTestNode(newValue: Boolean = true): Unit
-
def
setNeighbor(neighbor: String, weight: Double): Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(delim: String): String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any