Packages

package composed

Type Members

  1. case class ComposedMetricCalculator(primitiveMetrics: Seq[MetricCalculatorResult]) extends FormulaParser with Product with Serializable

    Takes all metric results and then calculates new ones with formulas

    Takes all metric results and then calculates new ones with formulas

    primitiveMetrics

    Metric results to operate with

    Note

    TopN metric cannot be used in composed metric calculation due to it yields multiple results

Ungrouped