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

Download JAR files tagged by improvement with all dependencies


wro4j-maven-plugin from group ro.isdc.wro4j (version 2.1.1)

Group: ro.isdc.wro4j Artifact: wro4j-maven-plugin
Show all versions Show documentation Show source 
Download wro4j-maven-plugin.jar (2.1.1)
 

0 downloads
Artifact wro4j-maven-plugin
Group ro.isdc.wro4j
Version 2.1.1
Last update 29. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies wro4j-core, wro4j-extensions, jakarta.servlet-api, maven-plugin-api, mockito-core, maven-artifact, maven-core, maven-plugin-testing-harness, plexus-build-api,
There are maybe transitive dependencies!

wro4j-extensions from group ro.isdc.wro4j (version 2.1.1)

Group: ro.isdc.wro4j Artifact: wro4j-extensions
Show all versions Show documentation Show source 
Download wro4j-extensions.jar (2.1.1)
 

43 downloads
Artifact wro4j-extensions
Group ro.isdc.wro4j
Version 2.1.1
Last update 29. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 30
Dependencies wro4j-core, guava, rhino, jakarta.servlet-api, sass-java-gems, dojo-shrinksafe, less4j, gson, closure-compiler, commons-io, bourbon-gem-jar, commons-exec, commons-lang3, commons-pool2, groovy, jruby-core, jruby-stdlib, spring-context, spring-web, webjars-locator, coffee-script, domelementtype, entities, envjs, handlebars, jshint, jslint, json2, less, minimatch,
There are maybe transitive dependencies!

wro4j-core from group ro.isdc.wro4j (version 2.1.1)

Group: ro.isdc.wro4j Artifact: wro4j-core
Show all versions Show documentation Show source 
Download wro4j-core.jar (2.1.1)
 

7 downloads
Artifact wro4j-core
Group ro.isdc.wro4j
Version 2.1.1
Last update 29. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies commons-lang3, commons-io, javax.servlet-api, javax.servlet.jsp-api,
There are maybe transitive dependencies!

wro4j-parent from group ro.isdc.wro4j (version 2.1.1)

The purpose of this project is to reduce the number of requests needed to load a page and the amount of data to transfer to clients, achieving drastic improvement of loading times. The resources can be benefit also from minification and compression.

Group: ro.isdc.wro4j Artifact: wro4j-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wro4j-parent
Group ro.isdc.wro4j
Version 2.1.1
Last update 29. September 2023
Organization not specified
URL https://github.com/wro4j/wro4j
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, slf4j-reload4j, junit, mockito-core,
There are maybe transitive dependencies!

wro4j-examples from group ro.isdc.wro4j (version 1.3.3)

Group: ro.isdc.wro4j Artifact: wro4j-examples
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wro4j-examples
Group ro.isdc.wro4j
Version 1.3.3
Last update 10. January 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 19
Dependencies wro4j-core, wro4j-extensions, scriptengines-javascript, slf4j-log4j12, servlet-api, dwr, commons-logging, wicket, wicket-extensions, slf4j-jcl, appengine-api-1.0-sdk, datanucleus-appengine, geronimo-jta_1.1_spec, geronimo-jpa_3.0_spec, jdo2-api, datanucleus-core, datanucleus-jpa, jstl, standard,
There are maybe transitive dependencies!

wro4j-test-utils from group ro.isdc.wro4j (version 1.3.0-rc1)

Group: ro.isdc.wro4j Artifact: wro4j-test-utils
Show all versions Show documentation Show source 
Download wro4j-test-utils.jar (1.3.0-rc1)
 

0 downloads
Artifact wro4j-test-utils
Group ro.isdc.wro4j
Version 1.3.0-rc1
Last update 09. September 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies commons-io, commons-io, junit,
There are maybe transitive dependencies!

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

Group: nz.ac.waikato.cms.weka Artifact: metaCost
Show all versions Show documentation Show source 
Download metaCost.jar (1.0.3)
 

0 downloads
Artifact metaCost
Group nz.ac.waikato.cms.weka
Version 1.0.3


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

Group: nz.ac.waikato.cms.weka Artifact: tabuAndScatterSearch
Show all versions Show documentation Show source 
Download tabuAndScatterSearch.jar (1.0.2)
 

1 downloads
Artifact tabuAndScatterSearch
Group nz.ac.waikato.cms.weka
Version 1.0.2


audit-1.0 from group com.ibm.websphere.appserver.features (version 19.0.0.1)

Group: com.ibm.websphere.appserver.features Artifact: audit-1.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-1.0
Group com.ibm.websphere.appserver.features
Version 19.0.0.1


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

Races the cross validation error of competing attribute subsets. Use in conjuction with a ClassifierSubsetEval. RaceSearch has four modes: forward selection races all single attribute additions to a base set (initially no attributes), selects the winner to become the new base set and then iterates until there is no improvement over the base set. Backward elimination is similar but the initial base set has all attributes included and races all single attribute deletions. Schemata search is a bit different. Each iteration a series of races are run in parallel. Each race in a set determines whether a particular attribute should be included or not---ie the race is between the attribute being "in" or "out". The other attributes for this race are included or excluded randomly at each point in the evaluation. As soon as one race has a clear winner (ie it has been decided whether a particular attribute should be inor not) then the next set of races begins, using the result of the winning race from the previous iteration as new base set. Rank race first ranks the attributes using an attribute evaluator and then races the ranking. The race includes no attributes, the top ranked attribute, the top two attributes, the top three attributes, etc. It is also possible to generate a raked list of attributes through the forward racing process. If generateRanking is set to true then a complete forward race will be run---that is, racing continues until all attributes have been selected. The order that they are added in determines a complete ranking of all the attributes. Racing uses paired and unpaired t-tests on cross-validation errors of competing subsets. When there is a significant difference between the means of the errors of two competing subsets then the poorer of the two can be eliminated from the race. Similarly, if there is no significant difference between the mean errors of two competing subsets and they are within some threshold of each other, then one can be eliminated from the race.

Group: nz.ac.waikato.cms.weka Artifact: raceSearch
Show all versions Show documentation Show source 
Download raceSearch.jar (1.0.2)
 

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



Page 2 from 2 (items total 20)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy