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

Download JAR files tagged by particular with all dependencies

Search JAR files by class name

sets from group de.cit-ec.tcs.alignment (version 3.1.1)

This module provides algorithms to compare sets, that is, order-invariant lists. These algorithms are implementations of the AlignmentAlgorithm interface defined in the algorithms module. In particular, this module contains the StrictSetAlignmentScoreAlgorithm for computing the cost of the optimal unordered alignment of two sets, the StrictSetAlignmentFullAlgorithm which provides the Alignment itself as well, and the GreedySetAlignmentScoreAlgorithm as well as the GreedySetAlignmentFullAlgorithm for computing a potentially sub-optimal but faster alignment of two sets. The optimal alignments rely on the HungarianAlgorithm for solving the assignment problem in bipartite graphs. Here, we rely on the implementation provided by Kevin L. Stern which is provided within this distribution.

Group: de.cit-ec.tcs.alignment Artifact: sets
Show all versions Show documentation Show source 
 

0 downloads
Artifact sets
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies algorithms,
There are maybe transitive dependencies!

dkpro-lab-uima-engine-cpe from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima-engine-cpe
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima-engine-cpe
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies dkpro-lab-core, dkpro-lab-uima, uimaj-core, uimafit-core, uimafit-cpe,
There are maybe transitive dependencies!

dkpro-lab-support-slf4j from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-support-slf4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-support-slf4j
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies slf4j-log4j12, jcl-over-slf4j, jul-to-slf4j, log4j,
There are maybe transitive dependencies!

dkpro-lab-uima-engine-simple from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima-engine-simple
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima-engine-simple
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies dkpro-lab-core, dkpro-lab-uima, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-uima from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-core, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-groovy from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-groovy
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-core, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-core from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact dkpro-lab-core
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies commons-io, commons-lang, spring-core, spring-context, spring-tx, spring-beans, jug, jfreechart, opencsv, poi, xmlgraphics-commons, batik-svggen, batik-dom, fop, jsr311-api, ant, commons-logging-api,
There are maybe transitive dependencies!

dkpro-lab from group org.dkpro.lab (version 0.14.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: org.dkpro.lab Artifact: dkpro-lab
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dkpro-lab
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt
URL http://dkpro.github.io/dkpro-lab/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mrglvq from group de.cit-ec.ml (version 0.1.0)

This project contains a Java implementation of median relational generalized learning vector quantization as proposed by Nebel, Hammer, Frohberg, and Villmann (2015, doi:10.1016/j.neucom.2014.12.096). Given a matrix of pairwise distances D and a vector of labels Y it identifies prototypical data points (i.e. rows of D) which help to classify the data set using a simple nearest neighbor rule. In particular, the algorithm optimizes the generalized learning vector quantization cost function (Sato and Yamada, 1995) via an expectation maximization scheme where in each iteration one prototype 'jumps' to another data point in order to improve the cost function. If the cost function can not be improved anymore for any of the data points, the algorithm terminates.

Group: de.cit-ec.ml Artifact: mrglvq
Show documentation Show source 
 

0 downloads
Artifact mrglvq
Group de.cit-ec.ml
Version 0.1.0
Last update 27. January 2018
Organization not specified
URL https://gitlab.ub.uni-bielefeld.de/bpaassen/median_relational_glvq
License The GNU General Public License, Version 3
Dependencies amount 1
Dependencies rng,
There are maybe transitive dependencies!

simplelogicdeductive from group net.sf.tweety.arg (version 1.10)

Group: net.sf.tweety.arg Artifact: simplelogicdeductive
Show documentation Show source 
 

0 downloads
Artifact simplelogicdeductive
Group net.sf.tweety.arg
Version 1.10
Last update 16. January 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies deductive, dung, org.ow2.sat4j.core,
There are maybe transitive dependencies!



Page 28 from 33 (items total 327)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy