axle

ml

package ml

Visibility
  1. Public
  2. All

Type Members

  1. trait FeatureNormalizerModule extends AnyRef

  2. class GeneticAlgorithm[G] extends AnyRef

  3. case class GeneticAlgorithmLog[G](popLog: IndexedSeq[(G, Double)], mins: SortedMap[Int, Double], maxs: SortedMap[Int, Double], aves: SortedMap[Int, Double]) extends Product with Serializable

  4. trait KMeansModule extends AnyRef

  5. class LatentSemanticAnalysis extends AnyRef

  6. trait LinearRegressionModule extends AnyRef

  7. trait LogisticRegressionModule extends AnyRef

  8. class NaiveBayesClassifier[D, TF, TC] extends AnyRef

  9. class PrincipalComponentAnalysis extends AnyRef

  10. trait Species[G] extends AnyRef

Ungrouped