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
- Known subtypes
-
object variance
In this article