All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by predict with all dependencies

Search JAR files by class name

predict from group com.emarsys (version 3.7.4)

predict module of the EmarsysSDK

Group: com.emarsys Artifact: predict
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact predict
Group com.emarsys
Version 3.7.4
Last update 08. April 2024
Organization Emarsys
URL https://github.com/emartech/android-emarsys-sdk
License Mozilla Public License 2.0
Dependencies amount 3
Dependencies core, core-api, predict-api,
There are maybe transitive dependencies!

predict-api from group com.emarsys (version 3.7.4)

predict-api module of the EmarsysSDK

Group: com.emarsys Artifact: predict-api
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact predict-api
Group com.emarsys
Version 3.7.4
Last update 08. April 2024
Organization Emarsys
URL https://github.com/emartech/android-emarsys-sdk
License Mozilla Public License 2.0
Dependencies amount 2
Dependencies core-api, core,
There are maybe transitive dependencies!

org.wso2.carbon.ml.mediator.predict.server.feature from group org.wso2.carbon.ml (version 1.2.8)

This feature contains the Predict Mediator

Group: org.wso2.carbon.ml Artifact: org.wso2.carbon.ml.mediator.predict.server.feature
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.wso2.carbon.ml.mediator.predict.server.feature
Group org.wso2.carbon.ml
Version 1.2.8
Last update 14. March 2018
Organization not specified
URL http://wso2.org
License not specified
Dependencies amount 1
Dependencies org.wso2.carbon.ml.mediator.predict,
There are maybe transitive dependencies!

predictsdk from group com.scarabresearch (version 1.0.6)

Emarsys Predict SDK for Android

Group: com.scarabresearch Artifact: predictsdk
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact predictsdk
Group com.scarabresearch
Version 1.0.6
Last update 06. April 2017
Organization not specified
URL https://scarabresearch.github.io/EmarsysPredictSDKAndroid/
License Apache-2.0
Dependencies amount 5
Dependencies okhttp, commons-collections4, support-annotations, gson, commons-codec,
There are maybe transitive dependencies!

gcmonitor from group com.github.honoluluhenk.gcmonitor (version 1.0.6)

Help detect memory leaks and predict OutOfMemory situations

Group: com.github.honoluluhenk.gcmonitor Artifact: gcmonitor
Show all versions Show documentation Show source 
 

0 downloads
Artifact gcmonitor
Group com.github.honoluluhenk.gcmonitor
Version 1.0.6
Last update 19. July 2019
Organization not specified
URL https://github.com/HonoluluHenk/gcmonitor
License Mozilla Public License 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

org.wso2.carbon.ml.mediator.predict.feature from group org.wso2.carbon.ml (version 1.2.8)

This feature contains the bundles required for Predict Mediator functionality

Group: org.wso2.carbon.ml Artifact: org.wso2.carbon.ml.mediator.predict.feature
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.wso2.carbon.ml.mediator.predict.feature
Group org.wso2.carbon.ml
Version 1.2.8
Last update 14. March 2018
Organization not specified
URL http://wso2.org
License not specified
Dependencies amount 2
Dependencies org.wso2.carbon.ml.mediator.predict.server.feature, org.wso2.carbon.ml.mediator.predict.ui.feature,
There are maybe transitive dependencies!

org.wso2.carbon.ml.mediator.predict.ui.feature from group org.wso2.carbon.ml (version 1.2.8)

This feature contains the bundles required for Predict Mediator UI functionality

Group: org.wso2.carbon.ml Artifact: org.wso2.carbon.ml.mediator.predict.ui.feature
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.wso2.carbon.ml.mediator.predict.ui.feature
Group org.wso2.carbon.ml
Version 1.2.8
Last update 14. March 2018
Organization not specified
URL http://wso2.org
License not specified
Dependencies amount 1
Dependencies org.wso2.carbon.ml.mediator.predict.ui,
There are maybe transitive dependencies!

broceliande from group com.github.korriganed (version 1.1)

This project provides a Java implementation of random forests. Random forests use training sets to build decision trees. Given an input (e.g. a person with age, gender, medical background, symptoms) the result (e.g. a disease) of which is unknown, random forests are able to predict the corresponding result.

Group: com.github.korriganed Artifact: broceliande
Show documentation Show source 
 

0 downloads
Artifact broceliande
Group com.github.korriganed
Version 1.1
Last update 07. December 2016
Organization not specified
URL https://github.com/korriganed/broceliande
License MIT License
Dependencies amount 3
Dependencies commons-lang3, logback-classic, slf4j-api,
There are maybe transitive dependencies!

conjunctiveRule from group nz.ac.waikato.cms.weka (version 1.0.4)

This class implements a single conjunctive rule learner that can predict for numeric and nominal class labels. A rule consists of antecedents "AND"ed together and the consequent (class value) for the classification/regression. In this case, the consequent is the distribution of the available classes (or mean for a numeric value) in the dataset. If the test instance is not covered by this rule, then it's predicted using the default class distributions/value of the data not covered by the rule in the training data.This learner selects an antecedent by computing the Information Gain of each antecendent and prunes the generated rule using Reduced Error Prunning (REP) or simple pre-pruning based on the number of antecedents. For classification, the Information of one antecedent is the weighted average of the entropies of both the data covered and not covered by the rule. For regression, the Information is the weighted average of the mean-squared errors of both the data covered and not covered by the rule. In pruning, weighted average of the accuracy rates on the pruning data is used for classification while the weighted average of the mean-squared errors on the pruning data is used for regression.

Group: nz.ac.waikato.cms.weka Artifact: conjunctiveRule
Show all versions Show documentation Show source 
 

0 downloads
Artifact conjunctiveRule
Group nz.ac.waikato.cms.weka
Version 1.0.4
Last update 29. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/conjunctiveRule
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

ridor from group nz.ac.waikato.cms.weka (version 1.0.2)

An implementation of a RIpple-DOwn Rule learner. It generates a default rule first and then the exceptions for the default rule with the least (weighted) error rate. Then it generates the "best" exceptions for each exception and iterates until pure. Thus it performs a tree-like expansion of exceptions.The exceptions are a set of rules that predict classes other than the default. IREP is used to generate the exceptions. For more information about Ripple-Down Rules, see: Brian R. Gaines, Paul Compton (1995). Induction of Ripple-Down Rules Applied to Modeling Large Databases. J. Intell. Inf. Syst. 5(3):211-228.

Group: nz.ac.waikato.cms.weka Artifact: ridor
Show all versions Show documentation Show source 
 

1 downloads
Artifact ridor
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/ridor
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!



Page 1 from 1 (items total 10)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy