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

pwhash from group de.slevermann (version 3.0.1)

A Password hashing library inspired by PHP's password_*() function family. The goal is providing a unified interface for different hashing algorithms, as well as a way to upgrade hashes, both the parameters within a single hashing algorithm, as well as switching between different algorithms.

Group: de.slevermann Artifact: pwhash
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pwhash
Group de.slevermann
Version 3.0.1
Last update 02. January 2020
Organization not specified
URL https://pwhash.slevermann.de/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

closa from group com.iandadesign (version 1.4)

Cross-Language Ontology Based Similarity Analysis (CL-OSA) is an algorithm that leverages ontology data from Wikidata in order to perform ranked retrieval on possibly plagiarized documents across language boundaries. This repository contains the source code, tests and evaluations for CL-OSA, written in Java.

Group: com.iandadesign Artifact: closa
Show all versions Show documentation Show source 
 

0 downloads
Artifact closa
Group com.iandadesign
Version 1.4
Last update 17. September 2019
Organization not specified
URL https://bitbucket.org/iandadesign/closa/src/master/
License MIT License
Dependencies amount 36
Dependencies commons-io, commons-lang3, stanford-corenlp, stanford-corenlp, stanford-corenlp, stanford-corenlp, stanford-corenlp, stanford-corenlp, commons-math3, commons-collections4, gson, jsoup, language-detector, mmseg4j-core, language-de, commons-collections, commons-csv, mongodb-driver, extjwnl, extjwnl-data-wn31, Java-Naive-Bayes-Classifier, progressbar, httpclient, commons-lang, logback-classic, reflections, slf4j-api, log4j, jackson-databind, commons-cli, kuromoji, mail, activation, jaxb-api, jaxb-core, jaxb-impl,
There are maybe transitive dependencies!

dualPerturbAndCombine from group nz.ac.waikato.cms.weka (version 1.0.0)

Class for building and using classification and regression trees based on the closed-form dual perturb and combine algorithm described in Pierre Geurts, Lous Wehenkel: Closed-form dual perturb and combine for tree-based models. In: Proceedings of the 22nd International Conference on Machine Learning, 233-240, 2005.

Group: nz.ac.waikato.cms.weka Artifact: dualPerturbAndCombine
Show documentation Show source 
 

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

marmotta-reasoner-kiwi from group org.apache.marmotta (version 3.4.0)

Provides support for the sKWRL rule-based reasoning language. Rule programs can be uploaded and are evaluated in a forward chaining algorithm whenever a transaction commits. Since the reasoner evaluates rules directly on the database, reasoning is quite efficient.

Group: org.apache.marmotta Artifact: marmotta-reasoner-kiwi
Show all versions Show source 
 

0 downloads
Artifact marmotta-reasoner-kiwi
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies marmotta-core, marmotta-backend-kiwi, kiwi-reasoner, codemirror-modes, weld-se-core,
There are maybe transitive dependencies!

fork-of-edu.asu.emit.algorithm.graph from group com.programmerare.shortest-paths (version 1.0.0)

An implementation of the k shortest paths algorithm in Java. This is a forked version which has NOT modified the implementation of the algorithm. The purpose of the fork was to enable more flexible Graph creation, i.e. programmatic construction of the Graph as an alternative to the construction from text file input. The location of the original work: https://github.com/yan-qi/k-shortest-paths-java-version

Group: com.programmerare.shortest-paths Artifact: fork-of-edu.asu.emit.algorithm.graph
Show documentation Show source 
 

0 downloads
Artifact fork-of-edu.asu.emit.algorithm.graph
Group com.programmerare.shortest-paths
Version 1.0.0
Last update 02. May 2018
Organization not specified
URL https://github.com/TomasJohansson/k-shortest-paths-java-version
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ooso from group fr.d2-si (version 0.0.5)

Ooso is a serverless implementation of the MapReduce algorithm. It is based on managed cloud services, [Amazon S3](https://aws.amazon.com/s3/) and [AWS Lambda](https://aws.amazon.com/lambda/) and is mainly an alternative to standard ad-hoc querying and batch processing tools such as [Hadoop](http://hadoop.apache.org/) and [Spark](http://spark.apache.org/) .

Group: fr.d2-si Artifact: ooso
Show all versions Show documentation Show source 
 

0 downloads
Artifact ooso
Group fr.d2-si
Version 0.0.5
Last update 09. August 2017
Organization not specified
URL https://github.com/d2si-oss/demo-aws-lambda-mapreduce
License ISC License
Dependencies amount 7
Dependencies guava, uuid, gson, aws-lambda-java-core, aws-lambda-java-events, aws-java-sdk-lambda, aws-java-sdk-s3,
There are maybe transitive dependencies!

zhang-shasha-java from group com.github.tmatek (version 1.01)

A Java implementation of Zhang-Shasha algorithm for ordered tree distance calculation. Calculates a series of transformations required to transform one tree into another. Every transformation has an associated cost. The sum of costs of all transformations is minimal - the tree distance.

Group: com.github.tmatek Artifact: zhang-shasha-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact zhang-shasha-java
Group com.github.tmatek
Version 1.01
Last update 20. January 2017
Organization not specified
URL https://github.com/tmatek/zhang-shasha-java
License MIT License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

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

Class for building and using a classifier built on the Isolation Forest anomaly detection algorithm. For more information see Fei Tony Liu, Kai Ming Ting and Zhi-Hua Zhou. 2008. Proceedings of the 2008 Eighth IEEE International Conference on Data Mining, pages 413-422.

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

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

quickhull3d from group com.github.quickhull3d (version 1.0.0)

This is a 3D implementation of QuickHull for Java, based on the original paper by Barber, Dobkin, and Huhdanpaa and the C implementation known as qhull. The algorithm has O(n log(n)) complexity, works with double precision numbers, is fairly robust with respect to degenerate situations, and allows the merging of co-planar faces.

Group: com.github.quickhull3d Artifact: quickhull3d
Show documentation Show source 
 

1 downloads
Artifact quickhull3d
Group com.github.quickhull3d
Version 1.0.0
Last update 31. October 2014
Organization John E. Lloyd
URL http://quickhull3d.github.io/quickhull3d
License GNU LESSER GENERAL PUBLIC LICENSE (LGPL) version 3
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

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

Class association rules algorithms (including an implementation of the CBA algorithm). For more information see: W. Li, J. Han, J.Pei: CMAR: Accurate and Efficient Classification Based on Multiple Class-Association Rules. In ICDM'01:369-376,2001. B. Liu, W. Hsu, Y. Ma: Integrating Classification and Association Rule Mining. In KDD'98:80-86,1998.

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

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



Page 85 from 93 (items total 930)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy