Class CategoricalBenchmark
- java.lang.Object
-
- org.kie.pmml.benchmarks.regression.AbstractRegressionBenchmark
-
- org.kie.pmml.benchmarks.regression.CategoricalBenchmark
-
- Direct Known Subclasses:
CategoricalBenchmark_jmhType_B1
public class CategoricalBenchmark extends AbstractRegressionBenchmark
-
-
Field Summary
-
Fields inherited from class org.kie.pmml.benchmarks.regression.AbstractRegressionBenchmark
fileName, modelName, pmmlContext
-
-
Constructor Summary
Constructors Constructor Description CategoricalBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.pmml.PMML4Resultevaluate()static voidmain(String[] args)voidsetupModel()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
setupModel
public void setupModel() throws Exception- Overrides:
setupModelin classAbstractRegressionBenchmark- Throws:
Exception
-
evaluate
public org.kie.api.pmml.PMML4Result evaluate()
- Overrides:
evaluatein classAbstractRegressionBenchmark
-
-