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

Download JAR files tagged by over with all dependencies

Search JAR files by class name

akka-contrib_2.10.0-RC5 from group com.typesafe.akka (version 2.1.0-RC6)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.10.0-RC5
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.10.0-RC5
Group com.typesafe.akka
Version 2.1.0-RC6
Last update 14. December 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.10.0-RC5, akka-remote-tests-experimental_2.10.0-RC5, scala-library,
There are maybe transitive dependencies!

akka-contrib_2.10.0-RC3 from group com.typesafe.akka (version 2.1.0-RC3)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.10.0-RC3
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.10.0-RC3
Group com.typesafe.akka
Version 2.1.0-RC3
Last update 26. November 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.10.0-RC3, akka-remote-tests-experimental_2.10.0-RC3, scala-library,
There are maybe transitive dependencies!

akka-contrib_2.10.0-RC2 from group com.typesafe.akka (version 2.1.0-RC2)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.10.0-RC2
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.10.0-RC2
Group com.typesafe.akka
Version 2.1.0-RC2
Last update 08. November 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.10.0-RC2, akka-remote-tests-experimental_2.10.0-RC2, scala-library,
There are maybe transitive dependencies!

akka-contrib_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.10.0-RC1
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.10.0-RC1, akka-remote-tests-experimental_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!

averagedOneDependenceEstimators from group nz.ac.waikato.cms.weka (version 1.2.1)

AODE achieves highly accurate classification by averaging over all of a small space of alternative naive-Bayes-like models that have weaker (and hence less detrimental) independence assumptions than naive Bayes. The resulting algorithm is computationally efficient while delivering highly accurate classification on many learning tasks. For more information, see G. Webb, J. Boughton, Z. Wang (2005). Not So Naive Bayes: Aggregating One-Dependence Estimators. Machine Learning. 58(1):5-24.

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

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

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

Class for boosting a classifier using the MultiBoosting method. MultiBoosting is an extension to the highly successful AdaBoost technique for forming decision committees. MultiBoosting can be viewed as combining AdaBoost with wagging. It is able to harness both AdaBoost's high bias and variance reduction with wagging's superior variance reduction. Using C4.5 as the base learning algorithm, Multi-boosting is demonstrated to produce decision committees with lower error than either AdaBoost or wagging significantly more often than the reverse over a large representative cross-section of UCI data sets. It offers the further advantage over AdaBoost of suiting parallel execution. For more information, see Geoffrey I. Webb (2000). MultiBoosting: A Technique for Combining Boosting and Wagging. Machine Learning. Vol.40(No.2).

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

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

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

Lazy Bayesian Rules Classifier. The naive Bayesian classifier provides a simple and effective approach to classifier learning, but its attribute independence assumption is often violated in the real world. Lazy Bayesian Rules selectively relaxes the independence assumption, achieving lower error rates over a range of learning tasks. LBR defers processing to classification time, making it a highly efficient and accurate classification algorithm when small numbers of objects are to be classified. For more information, see: Zijian Zheng, G. Webb (2000). Lazy Learning of Bayesian Rules. Machine Learning. 4(1):53-84.

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

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

repository4hibernate-parent from group net.sf.r4h (version 4.1.2)

The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The a goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you will need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate. We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.

Group: net.sf.r4h Artifact: repository4hibernate-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact repository4hibernate-parent
Group net.sf.r4h
Version 4.1.2
Last update 23. April 2012
Organization Semochkin Vitaly Evgenevich
URL http://r4h.sf.net
License GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stringtemplate from group org.antlr (version 4.0.2)

StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. There are currently about 600 StringTemplate source downloads a month.

Group: org.antlr Artifact: stringtemplate
Show all versions Show documentation Show source 
 

15 downloads
Artifact stringtemplate
Group org.antlr
Version 4.0.2
Last update 19. May 2011
Organization not specified
URL http://www.stringtemplate.org
License BSD licence
Dependencies amount 1
Dependencies antlr-runtime,
There are maybe transitive dependencies!

wscm-impl from group org.glassfish.metro (version 2.1-b17)

Group: org.glassfish.metro Artifact: wscm-impl
Show all versions Show source 
 

0 downloads
Artifact wscm-impl
Group org.glassfish.metro
Version 2.1-b17
Last update 25. October 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies metro-commons, gmbal-api-only, istack-commons-runtime, jaxb-impl, jaxws-api, jaxws-rt, policy, stax-api, streambuffer, wscm-api,
There are maybe transitive dependencies!



Page 177 from 179 (items total 1790)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy