class
SecondOrderSummaryStatistics extends AnyRef
Instance Constructors
-
new
SecondOrderSummaryStatistics()
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
add(wordsa: Set[(String, Double)], wordsb: Set[(String, Double)]): Unit
-
def
add(wordsa: Iterable[String], wordsb: Iterable[String]): Unit
-
def
add(words: Seq[String]): Unit
-
def
add(a: String, b: String, weight: Double = 1.0): Unit
-
def
adjustFromDiff(difflist: variable.DiffList): Unit
-
def
apply(a: String, b: String): Double
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
collapse(it: Iterable[(String, Double)]): Set[(String, Double)]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
key(a: String, b: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
remove(wordsa: Set[(String, Double)], wordsb: Set[(String, Double)]): Unit
-
def
remove(wordsa: Iterable[String], wordsb: Iterable[String]): Unit
-
def
remove(a: String, b: String, weight: Double = 1.0): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
val
weights: HashMap[String, Double]