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

Download JAR files tagged by using 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!

NewsBoy from group com.elusive-code.newsboy (version 0.2)

Asynchronous publish-subscribe communication library. Features: 1. Listeners are stored using WeakReferences to prevent memory leaks when they are not unsubscribed. 2. Uses fork-join framework for concurrent event delivery. 3. Publish methods returns collection of Futures that represent event notifications. 4. Supports ordered publishing: guaranteed to notify of the events in order they were published. 5. Provides EventSource and EventService interfaces for better integration with IOC containers and alternative implementations.

Group: com.elusive-code.newsboy Artifact: NewsBoy
Show all versions Show documentation Show source 
 

0 downloads
Artifact NewsBoy
Group com.elusive-code.newsboy
Version 0.2
Last update 20. April 2014
Organization not specified
URL https://github.com/elusive-code/NewsBoy
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies junit, commons-lang3,
There are maybe transitive dependencies!

repository4hibernate from group net.sf.r4h (version 4.3.6.Final)

The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate. We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.

Group: net.sf.r4h Artifact: repository4hibernate
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact repository4hibernate
Group net.sf.r4h
Version 4.3.6.Final
Last update 19. April 2014
Organization Semochkin Vitaly Evgenevich
URL http://r4h.sf.net
License GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.semanticweb.hermit from group com.hermit-reasoner (version 1.3.8.4)

HermiT is reasoner for ontologies written using the Web Ontology Language (OWL). Given an OWL file, HermiT can determine whether or not the ontology is consistent, identify subsumption relationships between classes, and much more. This is the maven build of HermiT and is designed for people who wish to use HermiT from within the OWL API. It is now versioned in the main HermiT version repository, although not officially supported by the HermiT developers. The version number of this package is a composite of the HermiT version and an value representing releases of this packaged version. So, 1.3.7.1 is the first release of the mavenized version of HermiT based on the 1.3.7 release of HermiT. This package includes the Jautomata library (http://jautomata.sourceforge.net/), and builds with it directly. This library appears to be no longer under active development, and so a "fork" seems appropriate. No development is intended or anticipated on this code base.

Group: com.hermit-reasoner Artifact: org.semanticweb.hermit
Show all versions Show documentation Show source 
 

10 downloads
Artifact org.semanticweb.hermit
Group com.hermit-reasoner
Version 1.3.8.4
Last update 24. January 2014
Organization not specified
URL http://hermit-reasoner.com/
License LGPL
Dependencies amount 7
Dependencies commons-logging, owlapi-distribution, axiom-api, axiom-c14n, axiom-impl, axiom-dom, automaton,
There are maybe transitive dependencies!



Page 1201 from 1223 (items total 12225)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy