Package

org.ada.server.calc

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. trait AllDefinedNumericDistributionCountsCalcTypePack extends CalculatorTypePack

    Permalink
  2. trait AllDefinedPearsonCorrelationCalcTypePack extends CalculatorTypePack

    Permalink
  3. trait AllDefinedQuartilesCalcTypePack[T] extends FullDataCalculatorTypePack

    Permalink
  4. trait AllDefinedSeqBinCalcTypePack[ACCUM, AGG] extends CalculatorTypePack

    Permalink
  5. trait ArrayCalculatorTypePack[PACK <: CalculatorTypePack] extends CalculatorTypePack

    Permalink
  6. case class BasicStatsAccum(min: Double, max: Double, sum: Double, sqSum: Double, count: Int, undefinedCount: Int) extends Product with Serializable

    Permalink
  7. trait BasicStatsCalcTypePack extends NoOptionsCalculatorTypePack

    Permalink
  8. case class BasicStatsResult(min: Double, max: Double, mean: Double, sum: Double, sqSum: Double, variance: Double, standardDeviation: Double, sampleVariance: Double, sampleStandardDeviation: Double, definedCount: Int, undefinedCount: Int) extends Product with Serializable

    Permalink
  9. trait ChiSquareHelper[T1, T2] extends AnyRef

    Permalink
  10. case class ChiSquareResult(pValue: Double, statistics: Double, degreeOfFreedom: Int) extends IndependenceTestResult with Product with Serializable

    Permalink
  11. trait ChiSquareTestCalcTypePack[T1, T2] extends NoOptionsCalculatorTypePack

    Permalink
  12. case class ClassMatchCounts(tp: Long = 0, tn: Long = 0, fp: Long = 0, fn: Long = 0) extends Product with Serializable

    Permalink
  13. trait CountDistinctCalcTypePack[T] extends NoOptionsCalculatorTypePack

    Permalink
  14. trait CumulativeNumericBinCountsCalcFun extends AnyRef

    Permalink
  15. trait CumulativeNumericBinCountsCalcTypePack extends NumericDistributionCountsCalcTypePack

    Permalink
  16. trait CumulativeOrderedCountsCalcFun extends AnyRef

    Permalink
  17. trait CumulativeOrderedCountsCalcTypePack[T] extends NoOptionsCalculatorTypePack

    Permalink
  18. trait DispatchHelper[F, C[X] <: CalculatorTypePack] extends AnyRef

    Permalink
  19. abstract class DistanceCalc[T, C <: DistanceCalcTypePack[T]] extends Calculator[C] with MatrixCalcHelper

    Permalink
    Attributes
    protected
  20. trait DistanceCalcTypePack[T] extends CalculatorTypePack

    Permalink
  21. trait GroupBasicStatsCalcTypePack[G] extends NoOptionsCalculatorTypePack

    Permalink
  22. trait GroupBasicStatsHelper extends AnyRef

    Permalink
  23. trait GroupCumulativeNumericBinCountsCalcTypePack[G] extends GroupNumericDistributionCountsCalcTypePack[G]

    Permalink
  24. trait GroupCumulativeOrderedCountsCalcTypePack[G, T] extends NoOptionsCalculatorTypePack

    Permalink
  25. trait GroupMultiBasicStatsCalcTypePack[G] extends NoOptionsCalculatorTypePack

    Permalink
  26. trait GroupNumericDistributionCountsCalcTypePack[G] extends CalculatorTypePack

    Permalink
  27. trait GroupQuartilesCalcNoOptionsTypePack[G, T] extends NoOptionsCalculatorTypePack

    Permalink
  28. trait GroupQuartilesCalcTypePack[G, T] extends CalculatorTypePack

    Permalink
  29. trait GroupQuartilesCalcTypePackAux[G] extends AnyRef

    Permalink
  30. trait GroupTupleCalcTypePack[G, A, B] extends NoOptionsCalculatorTypePack

    Permalink
  31. trait GroupUniqueDistributionCountsCalcTypePack[G, T] extends NoOptionsCalculatorTypePack

    Permalink
  32. trait IndependenceTestResult extends AnyRef

    Permalink
  33. trait MatrixCalcHelper extends AnyRef

    Permalink
  34. trait MatrixRowColumnSumCalcTypePack extends NoOptionsCalculatorTypePack

    Permalink
  35. trait MatthewsBinaryClassCorrelationCalcTypePack extends CalculatorTypePack

    Permalink
  36. trait MultiBasicStatsCalcTypePack extends NoOptionsCalculatorTypePack

    Permalink
  37. trait MultiCalcTypePack[C <: CalculatorTypePack] extends CalculatorTypePack

    Permalink
  38. trait MultiChiSquareTestCalcTypePack[G, T] extends NoOptionsCalculatorTypePack

    Permalink
  39. trait MultiOneWayAnovaTestCalcTypePack[G] extends NoOptionsCalculatorTypePack

    Permalink
  40. trait NullExcludedMultiChiSquareTestCalcTypePack[G, T] extends NoOptionsCalculatorTypePack

    Permalink
  41. trait NullExcludedMultiOneWayAnovaTestCalcTypePack[G] extends NoOptionsCalculatorTypePack

    Permalink
  42. trait NumericDistributionCountsCalcTypePack extends CalculatorTypePack

    Permalink
  43. trait NumericDistributionCountsHelper extends AnyRef

    Permalink
  44. case class NumericDistributionFlowOptions(binCount: Int, min: Double, max: Double, specialBinForMax: Boolean = false) extends Product with Serializable

    Permalink
  45. case class NumericDistributionOptions(binCount: Int, specialBinForMax: Boolean = false) extends Product with Serializable

    Permalink
  46. trait OneWayAnovaHelper extends AnyRef

    Permalink
  47. case class OneWayAnovaResult(pValue: Double, FValue: Double, dfbg: Int, dfwg: Int) extends IndependenceTestResult with Product with Serializable

    Permalink
  48. trait OneWayAnovaTestCalcTypePack[G] extends NoOptionsCalculatorTypePack

    Permalink
  49. trait PearsonCorrelationCalcTypePack extends CalculatorTypePack

    Permalink
  50. case class PersonIterativeAccum(sum1: Double, sum2: Double, sqSum1: Double, sqSum2: Double, pSum: Double, count: Int) extends Product with Serializable

    Permalink
  51. case class PersonIterativeAccumGlobal(sumSqSums: Seq[(Double, Double)], pSums: Seq[Seq[Double]], count: Int) extends Product with Serializable

    Permalink
    Annotations
    @Deprecated
  52. case class PersonIterativeAccumGlobalArray(sumSqSums: Seq[(Double, Double)], pSums: Array[ArraySeq[Double]], count: Int) extends Product with Serializable

    Permalink
  53. case class Quartiles[T](lowerWhisker: T, lowerQuantile: T, median: T, upperQuantile: T, upperWhisker: T)(implicit evidence$2: (T) ⇒ Ordered[T]) extends Product with Serializable

    Permalink
  54. trait QuartilesCalcNoOptionsTypePack[T] extends NoOptionsCalculatorTypePack

    Permalink
  55. trait QuartilesCalcTypePack[T] extends CalculatorTypePack

    Permalink
  56. trait SeqBinCalcTypePack[ACCUM, AGG] extends CalculatorTypePack

    Permalink
  57. case class SingleDimBinInfo(min: BigDecimal, max: Double, binCount: Int, stepSize: BigDecimal) extends Product with Serializable

    Permalink
  58. trait StandardizationCalcTypePack extends CalculatorTypePack

    Permalink
  59. trait Tuple3CalcTypePack[A, B, C] extends NoOptionsCalculatorTypePack

    Permalink
  60. trait TupleCalcTypePack[A, B] extends NoOptionsCalculatorTypePack

    Permalink

Value Members

  1. object AllDefinedEuclideanDistanceCalc extends DistanceCalc[Double, DistanceCalcTypePack[Double]]

    Permalink
  2. object AllDefinedNumericDistributionCountsCalc

    Permalink
  3. object AllDefinedPearsonCorrelationCalc extends Calculator[AllDefinedPearsonCorrelationCalcTypePack] with MatrixCalcHelper

    Permalink
  4. object AllDefinedQuartilesCalc

    Permalink
  5. object AllDefinedSeqBinCountCalc

    Permalink
  6. object AllDefinedSeqBinMaxCalc

    Permalink
  7. object AllDefinedSeqBinMeanCalc

    Permalink
  8. object AllDefinedSeqBinMinCalc

    Permalink
  9. object AllDefinedSeqBinVarianceCalc

    Permalink
  10. object ArrayCalc

    Permalink
  11. object BasicStatsCalc extends Calculator[BasicStatsCalcTypePack]

    Permalink
  12. object ChiSquareTestCalc

    Permalink
  13. object CountDistinctCalc

    Permalink
  14. object CumulativeNumericBinCountsCalc

    Permalink
  15. object CumulativeOrderedCountsAnyExec

    Permalink
  16. object CumulativeOrderedCountsCalc

    Permalink
  17. object EuclideanDistanceCalc extends DistanceCalc[Option[Double], DistanceCalcTypePack[Option[Double]]]

    Permalink
  18. object GroupBasicStatsCalc

    Permalink
  19. object GroupCumulativeNumericBinCountsCalc

    Permalink
  20. object GroupCumulativeOrderedCountsAnyExec

    Permalink
  21. object GroupCumulativeOrderedCountsCalc

    Permalink
  22. object GroupMultiBasicStatsCalc

    Permalink
  23. object GroupNumericDistributionCountsCalc

    Permalink
  24. object GroupQuartilesAnyExec

    Permalink
  25. object GroupQuartilesCalc

    Permalink
  26. object GroupTupleCalc

    Permalink
  27. object GroupUniqueDistributionCountsCalc

    Permalink
  28. object GroupUniqueTupleCalc

    Permalink
  29. object JsonFieldUtil

    Permalink
  30. object MatrixRowColumnMeanCalc extends Calculator[MatrixRowColumnSumCalcTypePack]

    Permalink
  31. object MatrixRowColumnSumCalc

    Permalink
  32. object MatthewsBinaryClassCorrelationCalc extends Calculator[MatthewsBinaryClassCorrelationCalcTypePack] with MatrixCalcHelper

    Permalink
  33. object MultiAdapterCalc

    Permalink
  34. object MultiBasicStatsCalc extends Calculator[MultiBasicStatsCalcTypePack]

    Permalink
  35. object MultiChiSquareTestCalc

    Permalink
  36. object MultiCountDistinctCalc

    Permalink
  37. object MultiOneWayAnovaTestCalc

    Permalink
  38. object NullExcludedMultiChiSquareTestCalc

    Permalink
  39. object NullExcludedMultiOneWayAnovaTestCalc

    Permalink
  40. object NumericDistributionCountsCalc

    Permalink
  41. object OneWayAnovaTestCalc

    Permalink
  42. object PearsonCorrelationCalc extends Calculator[PearsonCorrelationCalcTypePack] with MatrixCalcHelper

    Permalink
  43. object QuartilesAnyExec

    Permalink
  44. object QuartilesCalc

    Permalink
  45. object SeqBinCountCalc

    Permalink
  46. object SeqBinMaxCalc

    Permalink
  47. object SeqBinMeanCalc

    Permalink
  48. object SeqBinMinCalc

    Permalink
  49. object SeqBinVarianceCalc

    Permalink
  50. object StandardizationCalc extends Calculator[StandardizationCalcTypePack]

    Permalink
  51. object Tuple3Calc

    Permalink
  52. object TupleCalc

    Permalink
  53. object UniqueDistributionCountsCalc

    Permalink
  54. object UniqueTuple3Calc

    Permalink
  55. object UniqueTupleCalc

    Permalink

Ungrouped