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 GroupXOrderedSeqCalcTypePack[G, T] extends GroupXSeqCalcTypePack[G, T]

    Permalink
  33. trait GroupXSeqCalcTypePack[G, T] extends NoOptionsCalculatorTypePack

    Permalink
  34. trait IndependenceTestResult extends AnyRef

    Permalink
  35. trait MatrixCalcHelper extends AnyRef

    Permalink
  36. trait MatrixRowColumnSumCalcTypePack extends NoOptionsCalculatorTypePack

    Permalink
  37. trait MatthewsBinaryClassCorrelationCalcTypePack extends CalculatorTypePack

    Permalink
  38. trait MultiBasicStatsCalcTypePack extends NoOptionsCalculatorTypePack

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

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

    Permalink
  41. trait MultiOneWayAnovaTestCalcTypePack[G] extends NoOptionsCalculatorTypePack

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

    Permalink
  43. trait NullExcludedMultiOneWayAnovaTestCalcTypePack[G] extends NoOptionsCalculatorTypePack

    Permalink
  44. trait NumericDistributionCountsCalcTypePack extends CalculatorTypePack

    Permalink
  45. trait NumericDistributionCountsHelper extends AnyRef

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

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

    Permalink
  48. trait OneWayAnovaHelper extends AnyRef

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

    Permalink
  50. trait OneWayAnovaTestCalcTypePack[G] extends NoOptionsCalculatorTypePack

    Permalink
  51. trait OrderedAnyExecAdapter[F, X[T] <: CalculatorTypePack] extends CalculatorExecutor[X[Any], F]

    Permalink
    Attributes
    protected
  52. trait PearsonCorrelationCalcTypePack extends CalculatorTypePack

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

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

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

    Permalink
  56. 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
  57. trait QuartilesCalcNoOptionsTypePack[T] extends NoOptionsCalculatorTypePack

    Permalink
  58. trait QuartilesCalcTypePack[T] extends CalculatorTypePack

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

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

    Permalink
  61. trait StandardizationCalcTypePack extends CalculatorTypePack

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

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

    Permalink
  64. trait XOrderedSeqCalcTypePack[T] extends XSeqCalcTypePack[T]

    Permalink
  65. trait XSeqCalcTypePack[T] 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 GroupXOrderedSeqAnyExec

    Permalink
  30. object GroupXOrderedSeqCalc

    Permalink
  31. object GroupXSeqCalc

    Permalink
  32. object JsonFieldUtil

    Permalink
  33. object MatrixRowColumnMeanCalc extends Calculator[MatrixRowColumnSumCalcTypePack]

    Permalink
  34. object MatrixRowColumnSumCalc

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

    Permalink
  36. object MultiAdapterCalc

    Permalink
  37. object MultiBasicStatsCalc extends Calculator[MultiBasicStatsCalcTypePack]

    Permalink
  38. object MultiChiSquareTestCalc

    Permalink
  39. object MultiCountDistinctCalc

    Permalink
  40. object MultiOneWayAnovaTestCalc

    Permalink
  41. object NullExcludedMultiChiSquareTestCalc

    Permalink
  42. object NullExcludedMultiOneWayAnovaTestCalc

    Permalink
  43. object NumericDistributionCountsCalc

    Permalink
  44. object OneWayAnovaTestCalc

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

    Permalink
  46. object QuartilesAnyExec

    Permalink
  47. object QuartilesCalc

    Permalink
  48. object SeqBinCountCalc

    Permalink
  49. object SeqBinMaxCalc

    Permalink
  50. object SeqBinMeanCalc

    Permalink
  51. object SeqBinMinCalc

    Permalink
  52. object SeqBinVarianceCalc

    Permalink
  53. object StandardizationCalc extends Calculator[StandardizationCalcTypePack]

    Permalink
  54. object Tuple3Calc

    Permalink
  55. object TupleCalc

    Permalink
  56. object UniqueDistributionCountsCalc

    Permalink
  57. object UniqueTuple3Calc

    Permalink
  58. object UniqueTupleCalc

    Permalink
  59. object XOrderedSeqAnyExec

    Permalink
  60. object XOrderedSeqCalc

    Permalink
  61. object XSeqCalc

    Permalink

Ungrouped