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

Download JAR files tagged by random with all dependencies

Search JAR files by class name

common-utils from group de.oglimmer.utils (version 0.5)

The library helps to prevent boilerplate code for random strings and names, SPI-based slf4j configuration, sophisticated property files, human readable representation of date differences and getting attributes from MANIFEST.FM files.

Group: de.oglimmer.utils Artifact: common-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact common-utils
Group de.oglimmer.utils
Version 0.5
Last update 10. January 2019
Organization not specified
URL http://oglimmer.de/de.oglimmer.utils/
License Apache License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, logback-classic, javax.json-api,
There are maybe transitive dependencies!

mt-java from group com.github.hullbend (version 1.1.0)

Matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions. For larger random dense matrices (above ~ 350 x 350) matrix-matrix multiplication C = A.B is about 50% faster than MTJ.

Group: com.github.hullbend Artifact: mt-java
Show all versions Show documentation Show source 
 

9 downloads
Artifact mt-java
Group com.github.hullbend
Version 1.1.0
Last update 01. January 2019
Organization not specified
URL https://github.com/HullBend/mt-java/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libavutil from group com.tagtraum (version 4.0.0)

The libavutil library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats).

Group: com.tagtraum Artifact: libavutil
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libavutil
Group com.tagtraum
Version 4.0.0
Last update 25. April 2018
Organization FFmpeg.org
URL http://ffmpeg.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hbase-om from group io.github.maanaim (version 1.4.0)

A little Java-annotation based compact utility library for HBase that helps you: [1] convert objects of your bean-like classes to HBase rows. [2] define 'Data Access Object' classes for random access of HBase rows.

Group: io.github.maanaim Artifact: hbase-om
Show all versions Show documentation Show source 
 

0 downloads
Artifact hbase-om
Group io.github.maanaim
Version 1.4.0
Last update 13. November 2017
Organization not specified
URL https://github.com/maanaim/hbase-om
License GNU General Public License, Version 3.0
Dependencies amount 1
Dependencies hbase-client,
There are maybe transitive dependencies!

broceliande from group com.github.korriganed (version 1.1)

This project provides a Java implementation of random forests. Random forests use training sets to build decision trees. Given an input (e.g. a person with age, gender, medical background, symptoms) the result (e.g. a disease) of which is unknown, random forests are able to predict the corresponding result.

Group: com.github.korriganed Artifact: broceliande
Show documentation Show source 
 

0 downloads
Artifact broceliande
Group com.github.korriganed
Version 1.1
Last update 07. December 2016
Organization not specified
URL https://github.com/korriganed/broceliande
License MIT License
Dependencies amount 3
Dependencies commons-lang3, logback-classic, slf4j-api,
There are maybe transitive dependencies!

eventId from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a random event ID. The entropy is configurable, and the ID is appended to the event and stored in a configurable field name.

Group: org.beiter.michael.eaudit4j.processors Artifact: eventId
Show all versions Show documentation Show source 
 

0 downloads
Artifact eventId
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

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

An ensemble learning method inspired by bagging and random sub-spaces. Trains an ensemble of decision trees on random subspaces of the data, where each subspace has been transformed using principal components analysis.

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

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

zip64file from group net.sourceforge.zip64file (version 1.02)

Zip64File is a JAVA library which implements the 64-bit extension of the ZIP standard from PKWARE (http://www.pkware.com/documents/casestudies/APPNOTE.TXT) using random-access, permitting to access archives larger than 4 GB with more than 65 K files.

Group: net.sourceforge.zip64file Artifact: zip64file
Show documentation Show source 
 

0 downloads
Artifact zip64file
Group net.sourceforge.zip64file
Version 1.02
Last update 21. September 2011
Organization not specified
URL http://sourceforge.net/projects/zip64file/
License GNU General Public License (GPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rho-mu from group org.cicirello (version 4.2.0)

The rho mu library is a library of Randomization enHancements and Other Math Utilities. It includes implementations of various algorithms for randomly sampling indexes into arrays and other sequential structures, randomly sampling pairs and triples of unique indexes, randomly sampling k indexes, etc. It also includes efficient implementations of random number generation from distributions other than uniform, such as Gaussian, Cauchy, etc. Additionally, it includes implementations of other math functions that are either needed by the randomization utilities, or needed by some of our other projects.

Group: org.cicirello Artifact: rho-mu
Show all versions Show documentation Show source 
 

0 downloads
Artifact rho-mu
Group org.cicirello
Version 4.2.0
Last update 16. August 2024
Organization Cicirello.Org
URL https://rho-mu.cicirello.org/
License GPL-3.0-or-later
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!

commons-rng-core from group org.apache.commons (version 1.6)

Pure Java implementations of random numbers generator algorithms. Code in this module should not be used directly by applications; please use the client interface defined in module "commons-rng-client-api" and the factory methods defined in module "commons-rng-simple". In a future release, modularization may be enforced through JPMS access restrictions.

Group: org.apache.commons Artifact: commons-rng-core
Show all versions Show documentation Show source 
 

3 downloads
Artifact commons-rng-core
Group org.apache.commons
Version 1.6
Last update 09. July 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-rng-client-api,
There are maybe transitive dependencies!



Page 61 from 3 (items total 651)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy