public interface IademNumericAttributeObserver extends AttributeClassObserver
Modifier and Type | Method and Description |
---|---|
void |
addValue(double attValue,
int classValue,
double weight) |
void |
computeClassDist(double[][][] cutClassDist) |
void |
computeClassDistProbabilities(double[][][] inf_p_corte_valor_z,
double[][][] sup_p_corte_valor_z,
double[][] n_corte_valor,
boolean withIntervalEstimates) |
double[] |
computeConditionalProb(ArrayList<Double> cuts,
double value) |
ArrayList<Double[]> |
computeConditionalProbPerBin(ArrayList<Double> cuts) |
ArrayList<Double> |
cutPointSuggestion(int numCortes) |
long[] |
getClassDist() |
IademNumericAttributeObserver |
getCopy()
Deprecated.
|
double |
getCut(int index) |
long[] |
getLeftClassDist(double cut) |
long |
getMaxOfValues() |
long |
getNumberOfCutPoints() |
long |
getValueCount() |
void |
reset() |
void |
setMaxBins(int numIntervalos) |
getBestEvaluatedSplitSuggestion, observeAttributeClass, observeAttributeTarget, probabilityOfAttributeValueGivenClass
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
getDescription, measureByteSize
long getMaxOfValues()
void addValue(double attValue, int classValue, double weight)
long getValueCount()
long[] getClassDist()
long getNumberOfCutPoints()
long[] getLeftClassDist(double cut)
double getCut(int index)
void computeClassDistProbabilities(double[][][] inf_p_corte_valor_z, double[][][] sup_p_corte_valor_z, double[][] n_corte_valor, boolean withIntervalEstimates)
void computeClassDist(double[][][] cutClassDist)
ArrayList<Double[]> computeConditionalProbPerBin(ArrayList<Double> cuts)
void reset()
void setMaxBins(int numIntervalos)
@Deprecated IademNumericAttributeObserver getCopy()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.