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

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

There is a newer version: 0.4.4
Show newest version
package epic.framework

/**
 * AnnotatingInference adds the ability to take
 * a Marginal and attach (or replace) new information
 * to the Datum.
 * @author dlwh
 */
trait AnnotatingInference[Datum] extends Inference[Datum] {
 def annotate(datum: Datum, m: Marginal):Datum
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy