Package

mlbigbook

ml

Permalink

package ml

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassificationModule extends ItemNumVecModule

    Permalink
  2. case class ClusteringConf(nClusters: Int, tolerance: Double, maxIterations: Int) extends Product with Serializable

    Permalink
  3. trait ClusteringModule extends ItemNumVecModule

    Permalink
  4. final class CustomHashMap[K, V] extends Map[K, V]

    Permalink
  5. trait Hashable[T] extends Serializable

    Permalink
  6. trait ItemNumVecModule extends AnyRef

    Permalink
  7. trait Kmeans extends ClusteringModule

    Permalink
  8. trait KnnClassifier extends ClassificationModule

    Permalink
  9. trait NearestNeighbors extends RankingModule

    Permalink
  10. trait RankingModule extends ItemNumVecModule

    Permalink

Value Members

  1. object CustomHashMap

    Permalink
  2. object Hashable extends Serializable

    Permalink
  3. object ImplicitHashable

    Permalink
  4. object Kmeans

    Permalink
  5. object KnnClassifier

    Permalink
  6. object NearestNeighbors

    Permalink

Ungrouped