Uses of Class
org.processmining.prediction.DiscrMethod
-
Packages that use DiscrMethod Package Description org.processmining.prediction -
-
Uses of DiscrMethod in org.processmining.prediction
Methods in org.processmining.prediction that return DiscrMethod Modifier and Type Method Description static DiscrMethodDiscrMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DiscrMethod[]DiscrMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.prediction with parameters of type DiscrMethod Modifier and Type Method Description voidDecisionTreePanel. resampleOutputAttribute(int numIntervals, DiscrMethod method)DiscretizationInterval[]Predictor. setOutputAttribute(Augmentation attribute, int numberIntervals, DiscrMethod method, boolean regressionTree)Constructors in org.processmining.prediction with parameters of type DiscrMethod Constructor Description DiscretizationPanel(DecisionTreePanel decisionTreeFrame, DiscretizationInterval[] intervals, int numIntervals, DiscrMethod method)
-