Class CustomEvaluation<T>

    • Constructor Detail

      • CustomEvaluation

        public CustomEvaluation()
    • Method Detail

      • mergeConcatenate

        public static <R> MergeLambda<R> mergeConcatenate()
        A MergeLambda that merges by concatenating the two lists
      • reset

        public void reset()
      • stats

        public String stats()
        Returns:
      • getValue

        public double getValue​(IMetric metric)
        Description copied from interface: IEvaluation
        Get the value of a given metric for this evaluation.
      • newInstance

        public CustomEvaluation<T> newInstance()
        Description copied from interface: IEvaluation
        Get a new instance of this evaluation, with the same configuration but no data.