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

Download JAR files tagged by computation with all dependencies

Search JAR files by class name

image-examples-customoperation from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-examples-customoperation
Show all versions Show documentation Show source 
 

0 downloads
Artifact image-examples-customoperation
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies image-core, image-operations, image-contributions,
There are maybe transitive dependencies!

image-core from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact image-core
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies it-tidalwave-util, metadata-extractor, javax.annotation-api,
There are maybe transitive dependencies!

image-contributions from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: image-contributions
Show all versions Show documentation Show source 
 

0 downloads
Artifact image-contributions
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies image-core,
There are maybe transitive dependencies!

code-generator from group it.tidalwave.image (version 1.0-ALPHA-7)

Group: it.tidalwave.image Artifact: code-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact code-generator
Group it.tidalwave.image
Version 1.0-ALPHA-7
Last update 19. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies antlr4, ST4,
There are maybe transitive dependencies!

Diversity from group com.github.sergejzr.lib (version 0.0.1)

We propose two efficient algorithms for exploring topic diversity in large document corpora such as user generated content on the social web, bibliographic data, or other web repositories. Analyzing diversity is useful for obtaining insights into knowledge evolution, trends, periodicities, and topic heterogeneity of such collections. Calculating diversity statistics requires averaging over the similarity of all object pairs, which, for large corpora, is prohibitive from a computational point of view. Our proposed algorithms overcome the quadratic complexity of the average pair-wise similarity computation, and allow for constant time (depending on dataset properties) or linear time approximation with probabilistic guarantees.

Group: com.github.sergejzr.lib Artifact: Diversity
Show documentation Show source 
 

1 downloads
Artifact Diversity
Group com.github.sergejzr.lib
Version 0.0.1
Last update 09. September 2016
Organization not specified
URL http://dl.acm.org/citation.cfm?id=2398445
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

REngine from group com.github.lucarosellini.rJava (version 0.9-7)

Rserve is a TCP/IP server which allows other programs to use facilities of R (see www.r-project.org) from various languages without the need to initialize R or link against R library. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++, PHP and Java. Rserve supports remote connection, authentication and file transfer. Typical use is to integrate R backend for computation of statstical models, plots etc. in other applications.

Group: com.github.lucarosellini.rJava Artifact: REngine
Show documentation Show source 
 

3 downloads
Artifact REngine
Group com.github.lucarosellini.rJava
Version 0.9-7
Last update 18. December 2014
Organization not specified
URL http://www.rforge.net/Rserve/index.html
License Lesser General Public License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ecj from group edu.gmu.cs (version 22)

ECJ, A Java-based Evolutionary Computation Research System. ECJ is a research EC system written in Java. It was designed to be highly flexible, with nearly all classes (and all of their settings) dynamically determined at runtime by a user-provided parameter file. All structures in the system are arranged to be easily modifiable. Even so, the system was designed with an eye toward efficiency. ECJ is developed at George Mason University's ECLab Evolutionary Computation Laboratory. The software has nothing to do with its initials' namesake, Evolutionary Computation Journal. ECJ's sister project is MASON, a multi-agent simulation system which dovetails with ECJ nicely.

Group: edu.gmu.cs Artifact: ecj
Show all versions Show documentation Show source 
 

49 downloads
Artifact ecj
Group edu.gmu.cs
Version 22
Last update 08. September 2014
Organization Evolutionary Computation Laboratory at George Mason University
URL http://cs.gmu.edu/~eclab/projects/ecj/
License The Academic Free License, version 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

A filter that applies the LOF (Local Outlier Factor) algorithm to compute an outlier score for each instance in the data. Can use multiple cores/cpus to speed up the LOF computation for large datasets. Nearest neighbor search methods and distance functions are pluggable. For more information, see: Markus M. Breunig, Hans-Peter Kriegel, Raymond T. Ng, Jorg Sander (2000). LOF: Identifying Density-Based Local Outliers. ACM SIGMOD Record. 29(2):93-104.

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

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

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

This module defines the interface for AlignmentAlgorithms as well as some helper classes. An AlignmentAlgorithm computes an Alignment of two given input sequences, given a Comparator that works in these sequences. More details on the AlignmentAlgorithm can be found in the respective interface. More information on Comparators can be found in the comparators module. The resulting 'Alignment' may be just a real-valued dissimilarity between the input sequence or may incorporate additional information, such as a full Alignment, a PathList, a PathMap or a CooptimalModel. If those results support the calculation of a Gradient, they implement the DerivableAlignmentDistance interface. In more detail, the Alignment class represents the result of a backtracing scheme, listing all Operations that have been applied in one co-optimal Alignment. A classic AlignmentAlgorithm does not result in a differentiable dissimilarity, because the minimum function is not differentiable. Therefore, this package also contains utility functions for a soft approximation of the minimum function, namely Softmin. For faster (parallel) computation of many different alignments or gradients we also provide the ParallelProcessingEngine, the SquareParallelProcessingEngine and the ParallelGradientEngine.

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

0 downloads
Artifact algorithms
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 3
Dependencies comparators, parallel, lombok,
There are maybe transitive dependencies!



Page 49 from 49 (items total 489)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy