Package moa.classifiers.trees.iadem
Class IademCommonProcedures
- java.lang.Object
-
- moa.classifiers.trees.iadem.IademCommonProcedures
-
- All Implemented Interfaces:
Serializable
public class IademCommonProcedures extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IademCommonProcedures(double confidence)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
AverageComparitionByHoeffdingCorollary(double n, double n1, double alfa)
static double
computeBound(double average, double n)
static double
computeLevel(ArrayList<Double> lots, ArrayList<Integer> holes, double amount)
static double
getConfidence()
static double
getIADEM_HoeffdingBound(double average, double n)
static void
insertLotsHoles(ArrayList<Double> lots, ArrayList<Integer> holes, double inf, double sup)
static double
log(double base, double num)
static void
setConfidence(double confianza)
-
-
-
Method Detail
-
AverageComparitionByHoeffdingCorollary
public static double AverageComparitionByHoeffdingCorollary(double n, double n1, double alfa)
-
getConfidence
public static double getConfidence()
-
setConfidence
public static void setConfidence(double confianza)
-
getIADEM_HoeffdingBound
public static double getIADEM_HoeffdingBound(double average, double n)
-
log
public static double log(double base, double num)
-
insertLotsHoles
public static void insertLotsHoles(ArrayList<Double> lots, ArrayList<Integer> holes, double inf, double sup)
-
computeLevel
public static double computeLevel(ArrayList<Double> lots, ArrayList<Integer> holes, double amount)
-
computeBound
public static double computeBound(double average, double n)
-
-