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

Download JAR files tagged by scheme with all dependencies

Search JAR files by class name

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

Provides a regression scheme that uses Schlossmacher's iteratively reweighted least squares method to fit a model that minimizes absolute error. The scheme can be used with any base learner in WEKA that performs least-squares regression

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

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

truezip-driver-file-jse7 from group de.schlichtherle.truezip (version 7.2-beta-3)

The file system driver for the FILE scheme based on the NIO.2 API for JSE 7. Add the JAR artifact of this module to the compile-time class path for dependency injection to the TrueZIP Kernel module or to the run-time class path for service location in the TrueZIP File* module.

Group: de.schlichtherle.truezip Artifact: truezip-driver-file-jse7
Show all versions Show documentation Show source 
 

1 downloads
Artifact truezip-driver-file-jse7
Group de.schlichtherle.truezip
Version 7.2-beta-3
Last update 10. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hkdf from group at.favre.lib (version 2.0.0)

A standalone Java implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm compatible with NIST Special Publication 800-56C "Two-Step Key Derivation" scheme.

Group: at.favre.lib Artifact: hkdf
Show all versions Show documentation Show source 
 

6 downloads
Artifact hkdf
Group at.favre.lib
Version 2.0.0
Last update 11. February 2023
Organization not specified
URL https://github.com/patrickfav/hkdf
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tweetpepper from group com.cryptoregistry (version 1.1.0)

Built on the nucleus of TweetNaCl, TweetPepper provides contemporary key formats, key protection using SCrypt/SecretBox, digital signature support scheme featuring CubeHash, key encapsulation using Salsa20, and other useful features you probably want anyway.

Group: com.cryptoregistry Artifact: tweetpepper
Show all versions Show documentation Show source 
 

1 downloads
Artifact tweetpepper
Group com.cryptoregistry
Version 1.1.0
Last update 15. June 2016
Organization David R. Smith
URL https://www.cryptoregistry.com/
License GNU GENERAL PUBLIC LICENSE, v3
Dependencies amount 1
Dependencies scrypt,
There are maybe transitive dependencies!

xml-resolver from group xml-resolver (version 1.2)

xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier.

Group: xml-resolver Artifact: xml-resolver
Show all versions Show source 
 

68 downloads
Artifact xml-resolver
Group xml-resolver
Version 1.2
Last update 02. January 2016
Organization not specified
URL http://xml.apache.org/commons/components/resolver/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cloner from group com.github.manishahluwalia (version 0.0.1)

A thread-safe scheme to: - Make deep or shallow clones of objects. Based on either annotations or configuration - Allow for subsets of fields to selectively be copied / or not copied depending on runtime constraints - Optimizations for copying for GWT RPC

Group: com.github.manishahluwalia Artifact: cloner
Show documentation Show source 
 

0 downloads
Artifact cloner
Group com.github.manishahluwalia
Version 0.0.1
Last update 12. January 2015
Organization not specified
URL https://github.com/manishahluwalia/${project.artifactId}
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

This package provides two meta attribute selection evaluators that can apply an arbitrary filter to the input data before executing the actual attribute selection scheme. One filters data and then passes it to an attribute evaluator (FilteredAttributeEval), and the other filters data and then passes it to a subset evaluator (FilteredSubsetEval).

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

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

mina-integration-xbean from group org.apache.mina (version 2.2.3)

This module generates an XML scheme file for the MINA Spring configuration namespace. This XSD is referenced by Spring configuration files using MINA components to have a much less verbose configuration. When used with the XBean application context loader the same old Spring ApplictionContext is generated from this more intuitive and terse configuration file.

Group: org.apache.mina Artifact: mina-integration-xbean
Show all versions Show documentation Show source 
 

0 downloads
Artifact mina-integration-xbean
Group org.apache.mina
Version 2.2.3
Last update 06. September 2023
Organization not specified
URL https://maven.apache.org
License not specified
Dependencies amount 5
Dependencies mina-integration-beans, mina-core, mina-core, spring, xbean-spring,
There are maybe transitive dependencies!

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

Implements StackingC (more efficient version of stacking). For more information, see A.K. Seewald: How to Make Stacking Better and Faster While Also Taking Care of an Unknown Weakness. In: Nineteenth International Conference on Machine Learning, 554-561, 2002. Note: requires meta classifier to be a numeric prediction scheme

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

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

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

A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier. The midpoint threshold is set so that a given performance measure is optimized. Currently this is the F-measure. Performance is measured either on the training data, a hold-out set or using cross-validation. In addition, the probabilities returned by the base learner can have their range expanded so that the output probabilities will reside between 0 and 1 (this is useful if the scheme normally produces probabilities in a very narrow range).

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

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



Page 10 from 12 (items total 119)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy