jar

org.jpmml : jpmml-transpiler

Maven & Gradle

Jun 26, 2023
24 stars

JPMML-Transpiler · Java transpiler (translator + compiler) API for Predictive Model Markup Language (PMML)

Table Of Contents

Latest Version

Download org.jpmml : jpmml-transpiler JAR file - Latest Versions:

All Versions

Download org.jpmml : jpmml-transpiler JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jpmml-transpiler-1.3.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jpmml.translator.visitors

├─ org.jpmml.translator.visitors.ModelTranslatorVisitorBattery.class - [JAR]

org.jpmml.translator.regression

├─ org.jpmml.translator.regression.RegressionModelTranslator.class - [JAR]

org.jpmml.translator.mining

├─ org.jpmml.translator.mining.MiningModelTranslator.class - [JAR]

├─ org.jpmml.translator.mining.ModelChainTranslator.class - [JAR]

├─ org.jpmml.translator.mining.TreeModelAggregatorTranslator.class - [JAR]

├─ org.jpmml.translator.mining.TreeModelBoosterTranslator.class - [JAR]

org.jpmml.transpiler

├─ org.jpmml.transpiler.FileTranspiler.class - [JAR]

├─ org.jpmml.transpiler.InMemoryTranspiler.class - [JAR]

├─ org.jpmml.transpiler.Main.class - [JAR]

├─ org.jpmml.transpiler.Transpiler.class - [JAR]

├─ org.jpmml.transpiler.TranspilerTransformer.class - [JAR]

├─ org.jpmml.transpiler.TranspilerUtil.class - [JAR]

org.jpmml.translator

├─ org.jpmml.translator.AggregatorBuilder.class - [JAR]

├─ org.jpmml.translator.ArgumentsRef.class - [JAR]

├─ org.jpmml.translator.ArrayEncoder.class - [JAR]

├─ org.jpmml.translator.ArrayFpPrimitiveEncoder.class - [JAR]

├─ org.jpmml.translator.ArrayInfo.class - [JAR]

├─ org.jpmml.translator.ArrayInfoMap.class - [JAR]

├─ org.jpmml.translator.ArrayManager.class - [JAR]

├─ org.jpmml.translator.ClassificationBuilder.class - [JAR]

├─ org.jpmml.translator.Encoder.class - [JAR]

├─ org.jpmml.translator.EvaluationContextRef.class - [JAR]

├─ org.jpmml.translator.ExpressionTranslator.class - [JAR]

├─ org.jpmml.translator.ExpressionTranslatorFactory.class - [JAR]

├─ org.jpmml.translator.FieldInfo.class - [JAR]

├─ org.jpmml.translator.FieldInfoMap.class - [JAR]

├─ org.jpmml.translator.FieldValueRef.class - [JAR]

├─ org.jpmml.translator.FpPrimitiveEncoder.class - [JAR]

├─ org.jpmml.translator.FpPrimitiveRef.class - [JAR]

├─ org.jpmml.translator.FunctionInvocation.class - [JAR]

├─ org.jpmml.translator.FunctionInvocationContext.class - [JAR]

├─ org.jpmml.translator.FunctionInvocationUtil.class - [JAR]

├─ org.jpmml.translator.IdentifierUtil.class - [JAR]

├─ org.jpmml.translator.JBinaryFileInitializer.class - [JAR]

├─ org.jpmml.translator.JBlockUtil.class - [JAR]

├─ org.jpmml.translator.JClassInitializer.class - [JAR]

├─ org.jpmml.translator.JCompoundAssignment.class - [JAR]

├─ org.jpmml.translator.JDirectInitializer.class - [JAR]

├─ org.jpmml.translator.JEmptyStatement.class - [JAR]

├─ org.jpmml.translator.JExprUtil.class - [JAR]

├─ org.jpmml.translator.JExpressionRef.class - [JAR]

├─ org.jpmml.translator.JIfStatement.class - [JAR]

├─ org.jpmml.translator.JOpUtil.class - [JAR]

├─ org.jpmml.translator.JSwitchUtil.class - [JAR]

├─ org.jpmml.translator.JVarBuilder.class - [JAR]

├─ org.jpmml.translator.JVarRef.class - [JAR]

├─ org.jpmml.translator.JWrappedExpression.class - [JAR]

├─ org.jpmml.translator.JavaModelTemplate.class - [JAR]

├─ org.jpmml.translator.MapValuesTranslator.class - [JAR]

├─ org.jpmml.translator.MethodScope.class - [JAR]

├─ org.jpmml.translator.ModelTemplate.class - [JAR]

├─ org.jpmml.translator.ModelTranslator.class - [JAR]

├─ org.jpmml.translator.ModelTranslatorFactory.class - [JAR]

├─ org.jpmml.translator.Modifiers.class - [JAR]

├─ org.jpmml.translator.NumberRef.class - [JAR]

├─ org.jpmml.translator.ObjectRef.class - [JAR]

├─ org.jpmml.translator.OperableRef.class - [JAR]

├─ org.jpmml.translator.OrdinalEncoder.class - [JAR]

├─ org.jpmml.translator.OrdinalRef.class - [JAR]

├─ org.jpmml.translator.PMMLObjectUtil.class - [JAR]

├─ org.jpmml.translator.PMMLTemplate.class - [JAR]

├─ org.jpmml.translator.PrimitiveRef.class - [JAR]

├─ org.jpmml.translator.Scope.class - [JAR]

├─ org.jpmml.translator.StringRef.class - [JAR]

├─ org.jpmml.translator.Template.class - [JAR]

├─ org.jpmml.translator.TermFrequencyEncoder.class - [JAR]

├─ org.jpmml.translator.TextIndexUtil.class - [JAR]

├─ org.jpmml.translator.TranslatedModel.class - [JAR]

├─ org.jpmml.translator.TranslationContext.class - [JAR]

├─ org.jpmml.translator.ValueBuilder.class - [JAR]

├─ org.jpmml.translator.ValueFactoryRef.class - [JAR]

├─ org.jpmml.translator.ValueMapBuilder.class - [JAR]

org.jpmml.transpiler.testing

├─ org.jpmml.transpiler.testing.DefaultTranslationChecker.class - [JAR]

├─ org.jpmml.transpiler.testing.TranspilerBatch.class - [JAR]

├─ org.jpmml.transpiler.testing.TranspilerBatchTest.class - [JAR]

├─ org.jpmml.transpiler.testing.UntranslatedElementException.class - [JAR]

org.jpmml.translator.tree

├─ org.jpmml.translator.tree.CountingActiveFieldFinder.class - [JAR]

├─ org.jpmml.translator.tree.DiscreteValueFinder.class - [JAR]

├─ org.jpmml.translator.tree.NodeGroup.class - [JAR]

├─ org.jpmml.translator.tree.NodeGroupUtil.class - [JAR]

├─ org.jpmml.translator.tree.NodeScope.class - [JAR]

├─ org.jpmml.translator.tree.NodeScoreDistributionManager.class - [JAR]

├─ org.jpmml.translator.tree.NodeScoreManager.class - [JAR]

├─ org.jpmml.translator.tree.NodeUtil.class - [JAR]

├─ org.jpmml.translator.tree.Scorer.class - [JAR]

├─ org.jpmml.translator.tree.ScorerUtil.class - [JAR]

├─ org.jpmml.translator.tree.TreeModelTranslator.class - [JAR]

Advertisement

Dependencies from Group

Aug 01, 2022
76 usages
147 stars
Aug 14, 2022
58 usages
856 stars
Aug 14, 2022
22 usages
856 stars
Sep 25, 2021
17 usages
Jul 20, 2023
14 usages
15 stars

Discover Dependencies

Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars
Sep 23, 2020
313 stars