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

dk.bayes.model.clustergraph.factor.Var.scala Maven / Gradle / Ivy

The newest version!
package dk.bayes.model.clustergraph.factor

/**
 * Represents factor variable.
 *
 * @author Daniel Korzekwa
 *
 * @param id Unique variable identifier
 * @param dim Number of values that this variable can take on
 *
 */
case class Var(id: Int, dim: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy