All Downloads are FREE. Search and download functionalities are using the official Maven repository.

epic.framework.ExpectedCounts.scala Maven / Gradle / Ivy

There is a newer version: 0.4.4
Show newest version
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