Package

fr.iscpif.mgo

tools

Permalink

package tools

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tools
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ArrayDecorator[A] extends AnyRef

    Permalink
  2. trait CanBeNaN[T] extends AnyRef

    Permalink
  3. implicit class IterableDecorator[A] extends AnyRef

    Permalink
  4. implicit class IteratorDecorator[A] extends AnyRef

    Permalink
  5. trait KDTree extends EuclideanDistance

    Permalink

    KD-Tree algorithm from https://en.wikipedia.org/wiki/Kd-tree 5-5-2014

  6. class Lazy[T] extends AnyRef

    Permalink

    Proxy for lazy computation of values

    Proxy for lazy computation of values

    T

    the type of the lazily computed value

  7. trait NeighborMatrix[T] extends AnyRef

    Permalink
  8. trait Neighbours extends AnyRef

    Permalink
  9. implicit class ScalaToApacheRng extends RandomGenerator

    Permalink
  10. implicit class SeqDecorator[A] extends AnyRef

    Permalink

Value Members

  1. object CanBeNaN

    Permalink
  2. object EmptyTree extends KDTree

    Permalink
  3. object HierarchicalRanking

    Permalink
  4. object KDTree

    Permalink
  5. object Lazy

    Permalink
  6. object Math

    Permalink

    Mathematical tools for the library

  7. object NeighborMatrix

    Permalink
  8. package clustering

    Permalink
  9. package distance

    Permalink
  10. package metric

    Permalink
  11. def multinomial[T](workingStats: List[(T, Double)])(implicit rng: Random): T

    Permalink
  12. package network

    Permalink
  13. package neuralnetwork

    Permalink
  14. def rndmChoice[T](t1: T, t2: T)(implicit rng: Random): T

    Permalink
  15. def time[R](label: String, block: ⇒ R): R

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped