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

Download JAR files tagged by class with all dependencies

Search JAR files by class name

dkpro-lab-uima-engine-simple from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-uima-engine-simple
Show documentation Show source 
 

1 downloads
Artifact dkpro-lab-uima-engine-simple
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-uima, uimafit-core, xalan,
There are maybe transitive dependencies!

dkpro-lab-uima from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-uima
Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies dkpro-lab-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-groovy from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-groovy
Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-groovy
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies dkpro-lab-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-core from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab-core
Show documentation Show source 
 

2 downloads
Artifact dkpro-lab-core
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 18
Dependencies commons-math, commons-io, commons-lang, spring-core, spring-context, spring-expression, spring-tx, jug, jfreechart, opencsv, poi, batik-svggen, batik-dom, batik-gvt, fop, avalon-framework-impl, jsr311-api, ant,
There are maybe transitive dependencies!

dkpro-lab from group de.tudarmstadt.ukp.dkpro.lab (version 0.11.0)

DKPro Lab is a lightweight framework for parameter sweeping experiments. It allows to set up experiments consisting of multiple interdependent tasks in a declarative manner with minimal overhead. Parameters are injected into tasks using via annotated class fields. Data produced by a task for any particular parameter configuration is stored and re-used whenever possible to avoid the needless recalculation of results. Reports can be attached to each task to post-process the experimental results and present them in a convenient manner, e.g. as tables or charts.

Group: de.tudarmstadt.ukp.dkpro.lab Artifact: dkpro-lab
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dkpro-lab
Group de.tudarmstadt.ukp.dkpro.lab
Version 0.11.0
Last update 18. June 2014
Organization not specified
URL http://code.google.com/p/dkpro-lab/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

DTNB from group nz.ac.waikato.cms.weka (version 1.0.3)

Class for building and using a decision table/naive bayes hybrid classifier. At each point in the search, the algorithm evaluates the merit of dividing the attributes into two disjoint subsets: one for the decision table, the other for naive Bayes. A forward selection search is used, where at each step, selected attributes are modeled by naive Bayes and the remainder by the decision table, and all attributes are modelled by the decision table initially. At each step, the algorithm also considers dropping an attribute entirely from the model. For more information, see: Mark Hall, Eibe Frank: Combining Naive Bayes and Decision Tables. In: Proceedings of the 21st Florida Artificial Intelligence Society Conference (FLAIRS), 318-319, 2008.

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

0 downloads
Artifact DTNB
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 30. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/DTNB
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
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!

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

Class for building a best-first decision tree classifier. This class uses binary split for both nominal and numeric attributes. For missing values, the method of 'fractional' instances is used. For more information, see: Haijian Shi (2007). Best-first decision tree learning. Hamilton, NZ. Jerome Friedman, Trevor Hastie, Robert Tibshirani (2000). Additive logistic regression : A statistical view of boosting. Annals of statistics. 28(2):337-407.

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

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

low-latency-primitive-concurrent-queues from group uk.co.boundedbuffer (version 1.0.0)

An low latency, lock free, primitive bounded blocking queue backed by an int[]. This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue}, however works with primitive ints rather than objects, so is unable to actually implement the BlockingQueue. This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction reordering. Under the covers it uses the faster store-store barrier, rather than the the slower store-load barrier, which is used when doing a volatile write. One of the trade off with this improved performance is we are limited to a single producer, single consumer.

Group: uk.co.boundedbuffer Artifact: low-latency-primitive-concurrent-queues
Show documentation Show source 
 

0 downloads
Artifact low-latency-primitive-concurrent-queues
Group uk.co.boundedbuffer
Version 1.0.0
Last update 24. February 2014
Organization not specified
URL http://www.boundedbuffer.co.uk
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mockito-core, japex-maven-plugin,
There are maybe transitive dependencies!

deployment-client from group de.schlichtherle.glassfish (version 4.0)

This is an endorsed version of the original Deployment Client for Oracle GlassFish Open Source Edition. The purpose of the endorsement is to provide a shaded JAR which has the OSGI meta data removed because it causes the original Deployment Client to fail when used within a module running within a GlassFish container due to some class loader configuration conflicts between the container and the deployed module. This issue has been reported to the GlassFish project at https://java.net/jira/browse/GLASSFISH-20856 . It is hoped that it can get fixed so that this workaround project can get deprecated soon.

Group: de.schlichtherle.glassfish Artifact: deployment-client
Show documentation Show source 
 

0 downloads
Artifact deployment-client
Group de.schlichtherle.glassfish
Version 4.0
Last update 21. October 2013
Organization not specified
URL https://bitbucket.org/christian_schlichtherle/glassfish-deployment-client
License CDDL + GPLv2 with classpath exception
Dependencies amount 50
Dependencies common-util, core, hk2-locator, javax.inject, cglib, hk2-utils, glassfish-api, scattered-archive-api, nucleus-grizzly-all, grizzly-framework, grizzly-rcm, grizzly-portunif, grizzly-http, grizzly-http-server, grizzly-config, admin-cli, hk2, hk2-api, osgi-resource-locator, config-types, hk2-config, tiger-types, bean-validator, hk2-runlevel, class-model, mimepull, jettison, stax-api, launcher, logging, admin-util, config-api, security-services, security, ssl-impl, ldapbp-repackaged, jackson-core-asl, simple-glassfish-api, javax.enterprise.deploy-api, deployment-common, internal-api, management-api, gmbal, pfl-basic, pfl-tf, pfl-asm, pfl-dynamic, pfl-basic-tools, pfl-tf-tools, asm-all-repackaged,
There are maybe transitive dependencies!



Page 259 from 269 (items total 2686)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy