Packages

p

overrepresentation

package overrepresentation

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

Type Members

  1. case class Counts(total: Int, marked: Int, draws: Int, markedDraws: Int) extends Product with Serializable

Value Members

  1. def depletionTest(gmt: File, targetSet: Set[String]): Seq[(String, (Double, Counts))]
  2. def depletionTest(gmt: Source, targetSet: Set[String]): Seq[(String, (Double, Counts))]
  3. def depletionTest[T](aprioriSets: Seq[Set[T]], targetSet: Set[T]): Seq[(Double, Counts)]
  4. def depletionTest(c: Counts): Double
  5. def depletionTest(total: Int, marked: Int, draws: Int, markedDraws: Int): Double
  6. def enrichmentTest(gmt: File, targetSet: Set[String]): Seq[(String, (Double, Counts))]
  7. def enrichmentTest(gmt: Source, targetSet: Set[String]): Seq[(String, (Double, Counts))]
  8. def enrichmentTest[T](aprioriSets: Seq[Set[T]], targetSet: Set[T]): Seq[(Double, Counts)]
  9. def enrichmentTest(c: Counts): Double
  10. def enrichmentTest(total: Int, marked: Int, draws: Int, markedDraws: Int): Double
  11. def readGMT(source: Source): Vector[(String, Set[String])]

Inherited from AnyRef

Inherited from Any

Ungrouped