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

Download JAR files tagged by algorithm with all dependencies

Search JAR files by class name

webpipes-cjson-test from group org.hibnet (version 0.0.4)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task. This module contains the test for the CJSon compression algorithm.

Group: org.hibnet Artifact: webpipes-cjson-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact webpipes-cjson-test
Group org.hibnet
Version 0.0.4
Last update 05. September 2015
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies webpipes-core-test, webpipes-cjson,
There are maybe transitive dependencies!

webpipes-cjson from group org.hibnet (version 0.0.4)

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task. This module adds support for the CJSon compression algorithm.

Group: org.hibnet Artifact: webpipes-cjson
Show all versions Show documentation Show source 
 

1 downloads
Artifact webpipes-cjson
Group org.hibnet
Version 0.0.4
Last update 05. September 2015
Organization not specified
URL https://github.com/nlalevee/webpipes
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies webpipes-core,
There are maybe transitive dependencies!

automata-misc-algorithms from group net.automatalib (version 0.6.0)

This artifact contains several miscellaneous, well-known algorithms, which however are rather specific in their concrete use case and therefore not fit for the AutomataLib Utilities library. Examples include Dijkstra's algorithm for the SSSP problem, the Floyd-Warshall algorithm for the APSP problem and Tarjan's algorithm for finding all strongly-connected components in a graph.

Group: net.automatalib Artifact: automata-misc-algorithms
Show all versions Show documentation Show source 
 

0 downloads
Artifact automata-misc-algorithms
Group net.automatalib
Version 0.6.0
Last update 04. June 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies testng, automata-commons-util, automata-commons-smartcollections, automata-api, automata-core, automata-util, jsr305,
There are maybe transitive dependencies!

webservice from group de.cit-ec.scie (version 2.0.1)

Module providing the webservice interface based on the Jetty embedded webserver and the FreeMarker template engine. Defines a simple format for providing textual annotations and produced output in HTML or JSON. This module has no dependencies to the other SCIE modules (except for the PDF text extractor) or the UIMA framework and thus can be used in any context, where text is annotated by an algorithm and should be presented to an end user.

Group: de.cit-ec.scie Artifact: webservice
Show all versions Show documentation Show source 
 

0 downloads
Artifact webservice
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 4
Dependencies jetty-server, freemarker, json, pdf-extractor,
There are maybe transitive dependencies!

core-uber from group eu.mais-h.mathsync (version 0.6.2)

Group: eu.mais-h.mathsync Artifact: core-uber
Show all versions Show documentation Show source 
 

0 downloads
Artifact core-uber
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

core from group eu.mais-h.mathsync (version 0.6.2)

Group: eu.mais-h.mathsync Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-codec, json,
There are maybe transitive dependencies!

parent from group eu.mais-h.mathsync (version 0.6.2)

Helping synchronization between clients and servers accross a network. The client is expected to have pushed its changes to the server and then requests the library to pull changes from the server. Clients of the library must provide on the server a way to serialize items and an endpoint, as well as a way to deserialize items and to access the server endpoint on the client. The algorithm requires O(log(n)) roundtrips to the server and consumes a total bandwidth of O(n) where n is the number of items which changed on the server since the last synchronization

Group: eu.mais-h.mathsync Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group eu.mais-h.mathsync
Version 0.6.2
Last update 06. December 2014
Organization not specified
URL http://mathsync.mais-h.eu
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Class implementing the predictive apriori algorithm for mining association rules. It searches with an increasing support threshold for the best 'n' rules concerning a support-based corrected confidence value. For more information see: Tobias Scheffer: Finding Association Rules That Trade Support Optimally against Confidence. In: 5th European Conference on Principles of Data Mining and Knowledge Discovery, 424-435, 2001.

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

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

content-negotiation from group com.mattunderscore (version 0.2.8)

This Content Negotiation Filter provides a content negotiation filter for Java EE servlet containers. The content negotiation algorithm is based on the Apache negotiation algorithm but lacks support for the encoding and character set. The variants can be configured through an XML file, negotiation.xml, in the WEB-INF/classes directory. This file can be overriden with the 'xmlInputFile' filter parameter. This XML file is parsed with the class 'com.mattunderscore.filter.contentnegotiation.variantsource.FilterVariantXMLSource'. This class can be overridden with the 'variantSource' filter parameter. The XML parser is implemented as a SAX parser. The SAX handler class can be overridden by the saxHandlerClass filter parameter. The 'variantSource' parameter can take any class that implements the 'com.mattunderscore.filter.contentnegotiation.variantsource.VariantSource'.

Group: com.mattunderscore Artifact: content-negotiation
Show all versions Show documentation Show source 
 

0 downloads
Artifact content-negotiation
Group com.mattunderscore
Version 0.2.8
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/content-negotiation/
License New BSD License
Dependencies amount 4
Dependencies filter-utils, shh-encoding, shh-language, shh-content-type,
There are maybe transitive dependencies!

alternatingDecisionTrees from group nz.ac.waikato.cms.weka (version 1.0.5)

Binary-class and multi-class alternating decision trees. For more information see: Freund, Y., Mason, L.: The alternating decision tree learning algorithm. In: Proceeding of the Sixteenth International Conference on Machine Learning, Bled, Slovenia, 124-133, 1999. Geoffrey Holmes, Bernhard Pfahringer, Richard Kirkby, Eibe Frank, Mark Hall: Multiclass alternating decision trees. In: ECML, 161-172, 2001.

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

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



Page 88 from 93 (items total 930)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy