variance

molecule.boilerplate.api.KeywordsStable.variance
trait variance extends AggrCoalesce

Variance of attribute values.

Apply variance keyword to attribute to return variance of attribute values of entities matching the molecule.

for {
 _ <- Match.sKeywords.insert(1, 2, 4)
 _ <- Match.score(variance).get.map(_.head ==> 1.5555555555555556)
} yield ()

Attributes

Returns

Double

Source
Keywords.scala
Graph
Supertypes
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
Known subtypes
object variance.type
In this article