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

Download JAR files tagged by provided with all dependencies

Search JAR files by class name

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

This package contains a classifier that can be used to train a two-class kernel logistic regression model with the kernel functions that are available in WEKA. It optimises the negative log-likelihood with a quadratic penalty. Both, BFGS and conjugate gradient descent, are available as optimisation methods, but the former is normally faster. It is possible to use multiple threads, but the speed-up is generally very marginal when used with BFGS optimisation. With conjugate gradient descent optimisation, greater speed-ups can be achieved when using multiple threads. With the default kernel, the dot product kernel, this method produces results that are close to identical to those obtained using standard logistic regression in WEKA, provided a sufficiently large value for the parameter determining the size of the quadratic penalty is used in both cases.

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

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

laf from group net.sf.squirrel-sql.plugins (version 3.5.0)

This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin as well as others that the user can provide. All dependencies listed with a groupId of net.sf.squirrel-sql and artifactId starting with squirrelsql-lf- are externally available open-source look and feels whose project maintainers have decided to not use maven, or those which were built and maintained only before the introduction of maven. Maven's central repository policy requires any pom that is deployed there to reference only artifacts which are also hosted in central. And a project may only use the groupId that is related to that project. So, this only leaves us with one option which is to host these external third-party artifacts using our groupId. The hope is that someday these projects will start using maven and the need for this will no longer be.

Group: net.sf.squirrel-sql.plugins Artifact: laf
Show all versions Show documentation Show source 
 

2 downloads
Artifact laf
Group net.sf.squirrel-sql.plugins
Version 3.5.0
Last update 06. May 2013
Organization not specified
URL http://www.squirrelsql.org/
License GNU Lesser
Dependencies amount 14
Dependencies fw, squirrel-sql, ilf-gpl, kunstoff-laf, looks, napkinlaf, nimrod-laf, skinlf, skinlf-theme-packs, substance, swingsetthemes, tinylaf, toniclf, JTattoo,
There are maybe transitive dependencies!

degen from group com.peterlavalle (version 1.3.0)

A Maven Mojo to download and "degenerate" non-maven projects into sources and binaries This MOJO is supposed to scrape and "de-generate" a zip file containing jars into a project's generated-sources folder, skipping items provided in the `src/` folder. It is intended to "mavenize-with-changes" an existing project and allow the user (of the Mojo) to replace classes which they do not have the ability/desire to recompile without setting up a full build. It can also be used to import non-maven projects by not changing anything. The itch I wanted to scratch was mostly to port libGDX to Maven, while replacing the native methods on Matrix4, without rebuilding the whole project. In essence - it's an alternative to patching someone else's project.

Group: com.peterlavalle Artifact: degen
Show all versions Show documentation Show source 
 

0 downloads
Artifact degen
Group com.peterlavalle
Version 1.3.0
Last update 28. January 2013
Organization not specified
URL https://github.com/g-pechorin/degen
License GNU AFFERO GENERAL PUBLIC LICENSE
Dependencies amount 3
Dependencies maven-plugin-api, maven-project, guava,
There are maybe transitive dependencies!

servicemix-drools from group org.apache.servicemix (version 2013.01)

The ServiceMix Drools component provides JBI integration to the Drools Rules Engine. It can be used to deploy a rules set that will implement a router or an actual service. A router will mostly act as a transparent proxy between the consumer and the target service provider mad will mostly be implemented by the jbi.route(uri) method below. This method creates a new exchange identical to the one received by the component and will send it to the specified destination. You can also send back a Fault if needed. A router can also be implemented by using directly the JBI Apis (available with the jbi helper) by using the provided client.

Group: org.apache.servicemix Artifact: servicemix-drools
Show all versions Show documentation Show source 
 

0 downloads
Artifact servicemix-drools
Group org.apache.servicemix
Version 2013.01
Last update 15. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies servicemix-shared, drools-compiler, drools-core, servicemix-common,
There are maybe transitive dependencies!

search-portlet from group org.ow2.weblab.portlets (version 1.2-RC1)

Group: org.ow2.weblab.portlets Artifact: search-portlet
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact search-portlet
Group org.ow2.weblab.portlets
Version 1.2-RC1
Last update 11. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies rdf-helper-jena-selection, rdf-helper-jena, commons-lang3, commons-logging,
There are maybe transitive dependencies!

weblab-facet from group org.ow2.weblab.portlets (version 1.3.1)

Group: org.ow2.weblab.portlets Artifact: weblab-facet
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact weblab-facet
Group org.ow2.weblab.portlets
Version 1.3.1
Last update 19. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rdf-helper-jena-selection, rdf-helper-jena, bean-helper-spring,
There are maybe transitive dependencies!

parent from group org.ow2.weblab.portlets (version 1.2.2)

This is a generic parent POM for some portlet developed for the WebLab platform by EADS team members. For some needs we developed the Abstract WebLab Portlet. It eases development if multiple events need to be handled. If you do not need these functionalities, please consider using an other parent POM for you portlet instead of this POM. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

Group: org.ow2.weblab.portlets Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group org.ow2.weblab.portlets
Version 1.2.2
Last update 10. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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!

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

Group: org.glassfish.metro Artifact: wscm-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wscm-project
Group org.glassfish.metro
Version 2.1-b17
Last update 25. October 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

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

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



Page 120 from 128 (items total 1272)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy