Uses of Class
com.bayesserver.analysis.LiftChart
-
Packages that use LiftChart Package Description com.bayesserver.analysis -
-
Uses of LiftChart in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return LiftChart Modifier and Type Method Description static LiftChart
LiftChart. create(String actual, String predictedProbability, String caseWeight, Comparable targetValue, DataReaderCommand readerCommand)
Creates a lift chart, used to measure predictive performance.
-