666768697071727374
evalCommand.addMetric(new CoveragePredictMetric()) .addMetric(new RMSEPredictMetric()) .addMetric(new MAEPredictMetric()); Table result = evalCommand.call(); assertThat(result, notNullValue()); checkResults(result); }