package
ml
Type Members
-
-
case class
FederalistArticle(id: String, header: String, author: String, addressee: String, text: String) extends Document with Product with Serializable
-
-
-
case class
GeneticAlgorithmLog[G](popLog: IndexedSeq[(G, Double)], mins: TreeMap[Int, Double], maxs: TreeMap[Int, Double], aves: TreeMap[Int, Double]) extends Product with Serializable
-
-
-
-
-
-
-
trait
Species[G] extends AnyRef