net.simplace.util.statistics.ErrorCalculationFactory.ERROR_CALCULATION_MODE

Unique identifiers for the error calculation method.


public static final class ErrorCalculationFactory.ERROR_CALCULATION_MODE
extends java.lang.Enum {

// Constants
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE Bias;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE MRE;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE MAE;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE RMAE;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE MSE;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE RMSE;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE RRMSE;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE EF;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE r;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE index;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE rc;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE SMAPE;
public static final ErrorCalculationFactory.ERROR_CALCULATION_MODE NONE;

// Class Methods
public static ErrorCalculationFactory.ERROR_CALCULATION_MODE[] values();

public static ErrorCalculationFactory.ERROR_CALCULATION_MODE valueOf(String
name);



}



Hierarchy: java.lang.Object - java.lang.Enum (java.lang.Comparable, java.io.Serializable) - ErrorCalculationFactory.ERROR_CALCULATION_MODE



Returned by: valueOf(), values()



Type of: Bias, EF, index, MAE, MRE, MSE, NONE, r, rc, RMAE, RMSE, RRMSE, SMAPE