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

Download JAR files tagged by instance with all dependencies

Search JAR files by class name

async-helper from group org.vishag (version 4.0.0)

Async-Helper is a Java utility (also an OSGi bundle) to invoke/schedule Tasks/data fetch operation asynchronously using tags/flags in a functional way. This 4.0.0 release is with breaking changes where all static methods are made as instance methods, and the helper classes are provided option to pass an executor service/async context or to use default executor/async context.

Group: org.vishag Artifact: async-helper
Show all versions Show documentation Show source 
 

0 downloads
Artifact async-helper
Group org.vishag
Version 4.0.0
Last update 15. June 2018
Organization not specified
URL https://github.com/loganathan001/AsyncHelper
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Package for generating a single Extra-Tree. Use with the RandomCommittee meta classifier to generate an Extra-Trees forest for classification or regression. This classifier requires all predictors to be numeric. Missing values are not allowed. Instance weights are taken into account. For more information, see Pierre Geurts, Damien Ernst, Louis Wehenkel (2006). Extremely randomized trees. Machine Learning. 63(1):3-42.

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

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

audit-parent from group org.beiter.michael.eaudit4j (version 1.1)

The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.

Group: org.beiter.michael.eaudit4j Artifact: audit-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-parent
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/audit4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

easy-config-maven-plugin from group com.socialbakers (version 0.4.2)

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance

Group: com.socialbakers Artifact: easy-config-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact easy-config-maven-plugin
Group com.socialbakers
Version 0.4.2
Last update 25. August 2014
Organization not specified
URL https://github.com/fiserro/easy-config
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies maven-plugin-api, freemarker, jdom, commons-lang3, commons-beanutils, slf4j-api, core, commons-io,
There are maybe transitive dependencies!

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

This package provides two meta attribute selection evaluators - one for performing cost-sensitive attribute evaluation (CostSensitiveAttributeEval) and a second for performing cost-sensitive subset evaluation (CostSensitiveSubsetEval). Both methods take a cost matrix and a base evaluator. If the base evaluator can handle instance weights, then the training data is weighted according to the cost matrix, otherwise the training data is sampled according to the cost matrix.

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

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

solr-engine-embedded from group org.ow2.weblab.webservices (version 2.0.2)

This service implements the Indexer and Searcher interface of WebLab and uses a embedded SOLR engine in order to realize the functions. Unlike the other SolR service, this version does not need having SolR installed. Configuration of the SOLR service can be done through IndexerBean.xml and SearcherBean.xml whereas the SolR instance configuration resides in the solr directory.

Group: org.ow2.weblab.webservices Artifact: solr-engine-embedded
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact solr-engine-embedded
Group org.ow2.weblab.webservices
Version 2.0.2
Last update 13. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies dataoperator, rdf-helper-jena, rdf-helper-jena-selection, bean-helper-spring, solr-core, commons-lang3, slf4j-log4j12,
There are maybe transitive dependencies!

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

Class implementing a HyperPipe classifier. For each category a HyperPipe is constructed that contains all points of that category (essentially records the attribute bounds observed for each category). Test instances are classified according to the category that "most contains the instance". Does not handle numeric class, or missing values in test cases. Extremely simple algorithm, but has the advantage of being extremely fast, and works quite well when you have "smegloads" of attributes.

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

1 downloads
Artifact hyperPipes
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/hyperPipes
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

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

An implementation of the Ordinal Stochastic Dominance Learner. Further information regarding the OSDL-algorithm can be found in: S. Lievens, B. De Baets, K. Cao-Van (2006). A Probabilistic Framework for the Design of Instance-Based Supervised Ranking Algorithms in an Ordinal Setting. Annals of Operations Research; Kim Cao-Van (2003). Supervised ranking: from semantics to algorithms; Stijn Lievens (2004). Studie en implementatie van instantie-gebaseerde algoritmen voor gesuperviseerd rangschikken

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

0 downloads
Artifact ordinalStochasticDominance
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/ordinalStochasticDominance
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

jofilter from group com.jolira (version 1.2.3)

A simple filter to prevent access to certain web-sites (such as beta version of mobile applications) using a simple username-password combination. This filter is easy to use put provides only minimal security. This mechanism is meant to be a very light-weight security mechanism for, for instance, mobile application, to keep the public out while doing development.

Group: com.jolira Artifact: jofilter
Show all versions Show documentation Show source 
 

0 downloads
Artifact jofilter
Group com.jolira
Version 1.2.3
Last update 23. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

server-repo from group org.apache.geronimo.plugins (version 1.0)

This plugin creates a server specific repository (var/repository) for a Geronimo server instance. This server repository can be used to provide some isolation from the default Geronmio repository and is of most value with multiple server instances leveraging the same Geronimo install image. For a description of how this could be used see http://cwiki.apache.org/GMOxDOC21/multiple-repositories.html

Group: org.apache.geronimo.plugins Artifact: server-repo
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact server-repo
Group org.apache.geronimo.plugins
Version 1.0
Last update 27. June 2008
Organization not specified
URL http://geronimo.apache.org/maven/${siteId}/${version}
License not specified
Dependencies amount 1
Dependencies j2ee-system,
There are maybe transitive dependencies!



Page 51 from 57 (items total 566)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy