jar

io.prediction : core_2.10

Maven & Gradle

Apr 11, 2016
2 usages
12.5k stars

core · core

Table Of Contents

Latest Version

Download io.prediction : core_2.10 JAR file - Latest Versions:

All Versions

Download io.prediction : core_2.10 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.8.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 core_2.10-0.9.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.prediction.controller.java

├─ io.prediction.controller.java.JavaEngineParamsGenerator.class - [JAR]

├─ io.prediction.controller.java.JavaEvaluation.class - [JAR]

├─ io.prediction.controller.java.LJavaAlgorithm.class - [JAR]

├─ io.prediction.controller.java.LJavaDataSource.class - [JAR]

├─ io.prediction.controller.java.LJavaPreparator.class - [JAR]

├─ io.prediction.controller.java.LJavaServing.class - [JAR]

├─ io.prediction.controller.java.P2LJavaAlgorithm.class - [JAR]

├─ io.prediction.controller.java.PJavaAlgorithm.class - [JAR]

├─ io.prediction.controller.java.PJavaDataSource.class - [JAR]

├─ io.prediction.controller.java.PJavaPreparator.class - [JAR]

├─ io.prediction.controller.java.SerializableComparator.class - [JAR]

io.prediction.controller

├─ io.prediction.controller.AverageMetric.class - [JAR]

├─ io.prediction.controller.CustomQuerySerializer.class - [JAR]

├─ io.prediction.controller.Deployment.class - [JAR]

├─ io.prediction.controller.EmptyParams.class - [JAR]

├─ io.prediction.controller.Engine.class - [JAR]

├─ io.prediction.controller.EngineFactory.class - [JAR]

├─ io.prediction.controller.EngineParams.class - [JAR]

├─ io.prediction.controller.EngineParamsGenerator.class - [JAR]

├─ io.prediction.controller.Evaluation.class - [JAR]

├─ io.prediction.controller.FastEvalEngine.class - [JAR]

├─ io.prediction.controller.FastEvalEngineWorkflow.class - [JAR]

├─ io.prediction.controller.IEngineFactory.class - [JAR]

├─ io.prediction.controller.IFSPersistentModel.class - [JAR]

├─ io.prediction.controller.IFSPersistentModelLoader.class - [JAR]

├─ io.prediction.controller.IPersistentModel.class - [JAR]

├─ io.prediction.controller.IPersistentModelLoader.class - [JAR]

├─ io.prediction.controller.IdentityPreparator.class - [JAR]

├─ io.prediction.controller.LAlgorithm.class - [JAR]

├─ io.prediction.controller.LAverageServing.class - [JAR]

├─ io.prediction.controller.LDataSource.class - [JAR]

├─ io.prediction.controller.LFirstServing.class - [JAR]

├─ io.prediction.controller.LIdentityPreparator.class - [JAR]

├─ io.prediction.controller.LPreparator.class - [JAR]

├─ io.prediction.controller.LServing.class - [JAR]

├─ io.prediction.controller.LocalFileSystemPersistentModel.class - [JAR]

├─ io.prediction.controller.LocalFileSystemPersistentModelLoader.class - [JAR]

├─ io.prediction.controller.Metric.class - [JAR]

├─ io.prediction.controller.MetricEvaluator.class - [JAR]

├─ io.prediction.controller.MetricEvaluatorResult.class - [JAR]

├─ io.prediction.controller.MetricScores.class - [JAR]

├─ io.prediction.controller.OptionAverageMetric.class - [JAR]

├─ io.prediction.controller.OptionStdevMetric.class - [JAR]

├─ io.prediction.controller.P2LAlgorithm.class - [JAR]

├─ io.prediction.controller.PAlgorithm.class - [JAR]

├─ io.prediction.controller.PDataSource.class - [JAR]

├─ io.prediction.controller.PIdentityPreparator.class - [JAR]

├─ io.prediction.controller.PPreparator.class - [JAR]

├─ io.prediction.controller.Params.class - [JAR]

├─ io.prediction.controller.PersistentModel.class - [JAR]

├─ io.prediction.controller.PersistentModelLoader.class - [JAR]

├─ io.prediction.controller.QPAMetric.class - [JAR]

├─ io.prediction.controller.SanityCheck.class - [JAR]

├─ io.prediction.controller.SimpleEngine.class - [JAR]

├─ io.prediction.controller.SimpleEngineParams.class - [JAR]

├─ io.prediction.controller.StatsMetricHelper.class - [JAR]

├─ io.prediction.controller.StatsOptionMetricHelper.class - [JAR]

├─ io.prediction.controller.StdevMetric.class - [JAR]

├─ io.prediction.controller.SumMetric.class - [JAR]

├─ io.prediction.controller.Utils.class - [JAR]

├─ io.prediction.controller.WithPrId.class - [JAR]

├─ io.prediction.controller.WithQuerySerializer.class - [JAR]

├─ io.prediction.controller.ZeroMetric.class - [JAR]

├─ io.prediction.controller.package.class - [JAR]

io.prediction

├─ io.prediction.package.class - [JAR]

io.prediction.workflow

├─ io.prediction.workflow.BindServer.class - [JAR]

├─ io.prediction.workflow.CoreWorkflow.class - [JAR]

├─ io.prediction.workflow.CreateServer.class - [JAR]

├─ io.prediction.workflow.CreateWorkflow.class - [JAR]

├─ io.prediction.workflow.EngineLanguage.class - [JAR]

├─ io.prediction.workflow.EngineServerJson4sSupport.class - [JAR]

├─ io.prediction.workflow.EngineServerPlugin.class - [JAR]

├─ io.prediction.workflow.EngineServerPluginContext.class - [JAR]

├─ io.prediction.workflow.EvaluationWorkflow.class - [JAR]

├─ io.prediction.workflow.FakeEngine.class - [JAR]

├─ io.prediction.workflow.FakeEvalResult.class - [JAR]

├─ io.prediction.workflow.FakeRun.class - [JAR]

├─ io.prediction.workflow.FakeRunner.class - [JAR]

├─ io.prediction.workflow.JsonExtractor.class - [JAR]

├─ io.prediction.workflow.JsonExtractorOption.class - [JAR]

├─ io.prediction.workflow.KryoInstantiator.class - [JAR]

├─ io.prediction.workflow.MasterActor.class - [JAR]

├─ io.prediction.workflow.NameParams.class - [JAR]

├─ io.prediction.workflow.NameParamsSerializer.class - [JAR]

├─ io.prediction.workflow.PersistentModelManifest.class - [JAR]

├─ io.prediction.workflow.PluginsActor.class - [JAR]

├─ io.prediction.workflow.ReloadServer.class - [JAR]

├─ io.prediction.workflow.ServerActor.class - [JAR]

├─ io.prediction.workflow.ServerConfig.class - [JAR]

├─ io.prediction.workflow.SparkWorkflowUtils.class - [JAR]

├─ io.prediction.workflow.StartServer.class - [JAR]

├─ io.prediction.workflow.StopAfterPrepareInterruption.class - [JAR]

├─ io.prediction.workflow.StopAfterReadInterruption.class - [JAR]

├─ io.prediction.workflow.StopServer.class - [JAR]

├─ io.prediction.workflow.UpgradeActor.class - [JAR]

├─ io.prediction.workflow.UpgradeCheck.class - [JAR]

├─ io.prediction.workflow.UpgradeCheckRunner.class - [JAR]

├─ io.prediction.workflow.Workflow.class - [JAR]

├─ io.prediction.workflow.WorkflowContext.class - [JAR]

├─ io.prediction.workflow.WorkflowInterruption.class - [JAR]

├─ io.prediction.workflow.WorkflowParams.class - [JAR]

├─ io.prediction.workflow.WorkflowUtils.class - [JAR]

io.prediction.workflow.html

├─ io.prediction.workflow.html.index.class - [JAR]

io.prediction.core

├─ io.prediction.core.AbstractDoer.class - [JAR]

├─ io.prediction.core.BaseAlgorithm.class - [JAR]

├─ io.prediction.core.BaseDataSource.class - [JAR]

├─ io.prediction.core.BaseEngine.class - [JAR]

├─ io.prediction.core.BaseEvaluator.class - [JAR]

├─ io.prediction.core.BaseEvaluatorResult.class - [JAR]

├─ io.prediction.core.BasePreparator.class - [JAR]

├─ io.prediction.core.BaseQuerySerializer.class - [JAR]

├─ io.prediction.core.BaseServing.class - [JAR]

├─ io.prediction.core.BuildInfo.class - [JAR]

├─ io.prediction.core.Doer.class - [JAR]

├─ io.prediction.core.package.class - [JAR]

io.prediction.controller.html

├─ io.prediction.controller.html.metric_evaluator.class - [JAR]

Advertisement

Dependencies from Group

Apr 11, 2016
2 usages
12.5k stars
Apr 11, 2016
2 usages
12.5k stars
Apr 11, 2016
1 usages
12.5k stars
Mar 27, 2014
1 usages
512 stars
Apr 11, 2016
12.5k stars

Discover Dependencies

Apr 11, 2016
1 usages
12.5k stars
May 23, 2015
1 usages
0 stars
Sep 15, 2015
1 usages
65 stars
Jun 19, 2015
65 stars
May 18, 2015
2 usages
3 stars
May 18, 2015
2 usages
3 stars
May 18, 2015
4 usages
3 stars
May 18, 2015
3 stars
May 18, 2015
3 stars