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

Download JAR files tagged by algorithms with all dependencies

Search JAR files by class name

lutra-core from group xyz.ottr.lutra (version 0.6.19)

This Lutra submodule provides a common framework that other submodules in Lutra use and extend. It includes an implementation of OTTR's data model with classes for templates, instances, types, etc.; a system for handling results and error messages; core interfaces and abstract classes for streamed pipelines for parsing and writing templates and instances; as well as implementation of the TemplateStore, a container for templates, with algorithms for checking correctness of templates and expanding and checking correctness of instances. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

Group: xyz.ottr.lutra Artifact: lutra-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact lutra-core
Group xyz.ottr.lutra
Version 0.6.19
Last update 04. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies jena-core, jena-arq, commons-collections4, commons-math3, commons-io, hamcrest, junit-jupiter-params,
There are maybe transitive dependencies!

maltcms-io-providers from group io.github.nilshoffmann (version 2.0.0)

Group: io.github.nilshoffmann Artifact: maltcms-io-providers
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact maltcms-io-providers
Group io.github.nilshoffmann
Version 2.0.0
Last update 11. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maltcms-distributions from group io.github.nilshoffmann (version 2.0.0)

Group: io.github.nilshoffmann Artifact: maltcms-distributions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact maltcms-distributions
Group io.github.nilshoffmann
Version 2.0.0
Last update 11. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maltcms-modules from group io.github.nilshoffmann (version 2.0.0)

Maltcms, short for "Modular Application Toolkit for Chromatography Mass-Spectrometry" is an application framework mainly suited for developers working in the domain of bioinformatics for metabolomics and proteomics. Its aim is to provide reusable, efficient datastructures, abstracting from the various low-level data-formats like netcdf (ANDIMS), mzXML, mzData and mzML and providing consistent access to data features like mass spectra, chromatograms and metadata. Furthermore, Maltcms provides a platform for the implementation and execution of processing pipelines. New and existing algorithms can be easily implemented or included and executed together with existing processing elements.

Group: io.github.nilshoffmann Artifact: maltcms-modules
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact maltcms-modules
Group io.github.nilshoffmann
Version 2.0.0
Last update 11. August 2023
Organization not specified
URL https://nilshoffmann.github.io/maltcms/
License L-GPL v3
Dependencies amount 1
Dependencies slf4j-log4j12,
There are maybe transitive dependencies!

chips-n-salsa-examples from group org.cicirello (version 6.4.0)

This package contains several example programs of the usage of the Chips-n-Salsa library. Chips-n-Salsa is a Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms. Chips-n-Salsa's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package chips-n-salsa-examples is to demonstrate usage of the major functionality of the Chips-n-Salsa library. You can find out more about the Chips-n-Salsa library itself from its website: https://chips-n-salsa.cicirello.org/.

Group: org.cicirello Artifact: chips-n-salsa-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact chips-n-salsa-examples
Group org.cicirello
Version 6.4.0
Last update 02. August 2023
Organization Cicirello.Org
URL https://github.com/cicirello/chips-n-salsa-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies chips-n-salsa,
There are maybe transitive dependencies!

fastutil-core from group co.datadome (version 8.5.11.1)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast operations; it provides also big (64-bit) arrays, sets, and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. This jar (fastutil-core.jar) contains data structures based on integers, longs, doubles, and objects, only; fastutil.jar contains all classes. If you have both jars in your dependencies, this jar should be excluded.

Group: co.datadome Artifact: fastutil-core
Show documentation Show source 
 

0 downloads
Artifact fastutil-core
Group co.datadome
Version 8.5.11.1
Last update 25. December 2022
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rulelearner from group com.rulelearner (version 8.4.1.1)

Rule Learner is an open source Java library for learning business rules from historical data. It supports supervised Machine Learning by incorporating well-known algorithms such as RIPPER and C4.5 provided by open source tools such as Weka. Rule Learner is implemented as a Machine Learning component of OpenRules Decision Manager. It allows business analysts to place their historical data in simple Excel tables and to automatically discover business rules that find certain pattern in this data. The generated rules are human readable and presented in Excel format executable by OpenRules Decision Manager.

Group: com.rulelearner Artifact: rulelearner
Show all versions Show documentation Show source 
 

0 downloads
Artifact rulelearner
Group com.rulelearner
Version 8.4.1.1
Last update 30. September 2021
Organization not specified
URL http://rulelearner.com
License GNU Lesser General Public License (LGPL)
Dependencies amount 5
Dependencies openrules-core, log4j-slf4j-impl, weka-stable, poi, poi-ooxml,
There are maybe transitive dependencies!

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

Package containing a class that rescales the attributes in a classification problem based on their discriminative power. This is useful as a pre-processing step for learning algorithms such as the k-nearest-neighbour method, to replace simple normalization. Each attribute is rescaled by multiplying it with a learned weight. All attributes excluding the class are assumed to be numeric and missing values are not permitted. To achieve the rescaling, this package also contains an implementation of non-negative logistic regression, which produces a logistic regression model with non-negative weights .

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

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

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!

graal-coverage from group fr.lirmm.graphik (version 1.3.1)

Group: fr.lirmm.graphik Artifact: graal-coverage
Show all versions 
 

0 downloads
Artifact graal-coverage
Group fr.lirmm.graphik
Version 1.3.1
Last update 15. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.jacoco.ant,
There are maybe transitive dependencies!



Page 91 from 99 (items total 984)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy