
epic.framework.ExpectedCounts.scala Maven / Gradle / Ivy
package epic.framework
trait ExpectedCounts[Self <: ExpectedCounts[Self]] { this: Self =>
def +=(other: Self): Self
def -=(other: Self): Self
def loss: Double
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy