Class PassThrough

    • Constructor Detail

      • PassThrough

        public PassThrough()
    • Method Detail

      • doEvaluate

        protected double doEvaluate​(weka.core.Instance inst)
        Performs no real evaluation, just returns 1.0.
        Specified by:
        doEvaluate in class AbstractInstanceEvaluator
        Parameters:
        inst - the instance to evaluate
        Returns:
        evaluation range, between 0 and 1 (0 = bad, 1 = good, -1 = if unable to evaluate)