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

Download tests JAR files with dependency

Search JAR files by class name

bean-generator from group net.stangenberg (version 1.1.0)

The Bean-Generator provides classes to generate JavaBeans with pseudo random values.

Group: net.stangenberg Artifact: bean-generator
Show all versions Show documentation Show source 
 

5 downloads
Artifact bean-generator
Group net.stangenberg
Version 1.1.0
Last update 15. May 2014
Organization not specified
URL http://bean-generator.stangenberg.net/
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 6
Dependencies slf4j-api, guava, commons-beanutils, commons-lang3, validation-api, joda-time,
There are maybe transitive dependencies!

crash.plugins.jcr.core from group org.crashub (version 1.3.0-beta18)

The CRaSH JCR module

Group: org.crashub Artifact: crash.plugins.jcr.core
Show all versions Show documentation Show source 
 

0 downloads
Artifact crash.plugins.jcr.core
Group org.crashub
Version 1.3.0-beta18
Last update 09. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies crash.shell, crash.connectors.ssh, crash.packaging,
There are maybe transitive dependencies!

notbed-db from group com.github.napp-com (version 1.1.8)

Database

Group: com.github.napp-com Artifact: notbed-db
Show all versions Show documentation Show source 
 

0 downloads
Artifact notbed-db
Group com.github.napp-com
Version 1.1.8
Last update 07. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies notbed-util,
There are maybe transitive dependencies!

notbed-util from group com.github.napp-com (version 1.1.8)

Util

Group: com.github.napp-com Artifact: notbed-util
Show all versions Show documentation Show source 
 

0 downloads
Artifact notbed-util
Group com.github.napp-com
Version 1.1.8
Last update 07. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-logging,
There are maybe transitive dependencies!

killbill-overdue from group com.ning.billing (version 0.8.14)

Group: com.ning.billing Artifact: killbill-overdue
Show all versions Show documentation Show source 
 

1 downloads
Artifact killbill-overdue
Group com.ning.billing
Version 0.8.14
Last update 04. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies guava, killbill-api, killbill-internal-api, killbill-util, killbill-clock, killbill-queue, joda-time, jdbi, config-magic,
There are maybe transitive dependencies!

killbill-osgi from group org.kill-bill.billing (version 0.11.3)

Group: org.kill-bill.billing Artifact: killbill-osgi
Show all versions Show documentation Show source 
 

0 downloads
Artifact killbill-osgi
Group org.kill-bill.billing
Version 0.11.3
Last update 01. May 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 16
Dependencies jsr305, guava, bonecp, c3p0, javax.inject, javax.servlet-api, org.apache.felix.framework, jdbi, killbill-api, killbill-internal-api, killbill-osgi-bundles-lib-killbill, killbill-util, killbill-queue, org.osgi.compendium, config-magic, slf4j-api,
There are maybe transitive dependencies!

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

Class for building and using a decision table/naive bayes hybrid classifier. At each point in the search, the algorithm evaluates the merit of dividing the attributes into two disjoint subsets: one for the decision table, the other for naive Bayes. A forward selection search is used, where at each step, selected attributes are modeled by naive Bayes and the remainder by the decision table, and all attributes are modelled by the decision table initially. At each step, the algorithm also considers dropping an attribute entirely from the model. For more information, see: Mark Hall, Eibe Frank: Combining Naive Bayes and Decision Tables. In: Proceedings of the 21st Florida Artificial Intelligence Society Conference (FLAIRS), 318-319, 2008.

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

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

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

An instance filter that collapses instances with a common grouping ID value into a single instance. Useful for converting transactional data into a format that Weka's association rule learners can handle. IMPORTANT: assumes that the incoming batch of instances has been sorted on the grouping attribute. The values of nominal attributes are converted to indicator attributes. These can be either binary (with f and t values) or unary with missing values used to indicate absence. The later is Weka's old market basket format, which is useful for Apriori. Numeric attributes can be aggregated within groups by computing the average, sum, minimum or maximum.

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

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

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

This meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the supplied base classifier. Predictions are made via majority vote, since all the generated base classifiers are put into the Vote meta classifier. Useful for base classifiers that are quadratic or worse in time behavior, regarding number of instances in the training data. For more information, see: Ting, K. M., Witten, I. H.: Stacking Bagged and Dagged Models. In: Fourteenth international Conference on Machine Learning, San Francisco, CA, 367-375, 1997.

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

2 downloads
Artifact dagging
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/dagging
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
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!



Page 3194 from 3450 (items total 34495)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy