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

Download JAR files tagged by missing with all dependencies

Search JAR files by class name

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!

spring-data-events from group org.labun (version 1.0.1)

An implementation of missing spring data repository hooks. JPA @EventHandlers have following limitations, which have been solved in this library: 1) It leads to circular dependency between your entity and it's event handler which makes it impossible to split your application into dedicated modules or extends an existing one with own modules. 2) The inability to inject spring beans without using of static context.

Group: org.labun Artifact: spring-data-events
Show all versions Show documentation Show source 
 

1 downloads
Artifact spring-data-events
Group org.labun
Version 1.0.1
Last update 25. July 2017
Organization not specified
URL https://labun.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tools from group org.apache.river (version 2.2.3)

This JAR file contains tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; providing HTTP service; generating message digests; generating HTTPMD URLs; examining the run-time environment of a Jini component; generating wrapper JAR files; and generating preferred lists. When used as an executable JAR file, it runs the ClassServer.

Group: org.apache.river Artifact: tools
Show all versions 
 

11 downloads
Artifact tools
Group org.apache.river
Version 2.2.3
Last update 08. February 2016
Organization not specified
URL http://river.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies jsk-platform,
There are maybe transitive dependencies!

kc from group org.kualigan.kuali (version 5.1.1)

The Kuali Coeus (KC) project is building a comprehensive system to manage the complexities of research administration that fully addresses the needs from the faculty researcher through grants administration to federal funding agencies. KC is using MIT’s proven COEUS system as its baseline design, filling in missing functionality from COEUS, and updating its technical architecture for vendor independence and easier integration with other administration systems.

Group: org.kualigan.kuali Artifact: kc
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kc
Group org.kualigan.kuali
Version 5.1.1
Last update 14. December 2013
Organization The Kuali Foundation
URL http://kuali.org/kc
License The Kuali Foundation Educational Community License 2.0
Dependencies amount 49
Dependencies jaxb-impl, commons-net, opencsv, aopalliance, cglib-nodep, org.eclipse.birt.runtime, commons-collections, commons-lang, jcl-over-slf4j, itext, pdfbox, displaytag, mail, dwr, jstl-impl, log4j, db-ojb, xmlbeans, fop, drools-compiler, drools-core, gg-application, gg-forms1, gg-forms2, gg-forms3, gg-forms4, gg-forms5, gg-forms6, gg-forms7, gg-system, kc-printing-xsds, kc-s2s-generated, gg-forms8, phs398modularbudget-1.2-gg, sf424-2.1-gg, keycontacts-1.0-gg, s2sform, rice-impl, rice-ksb-web, rice-krms-impl, rice-edl-impl, selenium-firefox-driver, selenium-support, spring-modules-ojb, struts-core, struts-el, struts-extras, struts-taglib, xalan,
There are maybe transitive dependencies!

kc_project from group org.kualigan.kuali (version 5.0.1)

The Kuali Coeus (KC) project is building a comprehensive system to manage the complexities of research administration that fully addresses the needs from the faculty researcher through grants administration to federal funding agencies. KC is using MIT’s proven COEUS system as its baseline design, filling in missing functionality from COEUS, and updating its technical architecture for vendor independence and easier integration with other administration systems.

Group: org.kualigan.kuali Artifact: kc_project
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kc_project
Group org.kualigan.kuali
Version 5.0.1
Last update 14. December 2013
Organization The Kuali Foundation
URL http://kuali.org/kc
License The Kuali Foundation Educational Community License 2.0
Dependencies amount 46
Dependencies commons-net, opencsv, aopalliance, cglib-nodep, commons-collections, commons-lang, jcl-over-slf4j, itext, displaytag, mail, dwr, jstl-impl, log4j, db-ojb, xmlsec, xmlbeans, fop, drools-compiler, drools-core, gg-application, gg-forms1, gg-forms2, gg-forms3, gg-forms4, gg-forms5, gg-forms6, gg-forms7, gg-system, kc-printing-xsds, kc-s2s-generated, gg-forms8, phs398modularbudget-1.2-gg, sf424-2.1-gg, s2sform, rice-impl, rice-ksb-web, rice-krms-impl, rice-edl-impl, selenium-firefox-driver, selenium-support, spring-modules-ojb, struts-core, struts-el, struts-extras, struts-taglib, xalan,
There are maybe transitive dependencies!

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

Class implementing minimal cost-complexity pruning. Note when dealing with missing values, use "fractional instances" method instead of surrogate split method. For more information, see: Leo Breiman, Jerome H. Friedman, Richard A. Olshen, Charles J. Stone (1984). Classification and Regression Trees. Wadsworth International Group, Belmont, California.

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

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

babylon-maven-plugin from group one.edee.oss (version 2024.8.0)

Babylon is a tool to gather messages, and their translations from property files. It performs a round-trip consisting of two phases: export phase and import phase. In the export phase the messages are written to a Google Sheets spreadsheet. A translator will then fill in the missing translations. In the import phase, the spreadsheet (with the missing translations filled out by a translator) is examined, and the newly translated messages are used to update the respective translation property files. Also, the state of the translation, snapshot, is written out to a disk in the form of JSON file. Babylon can be run as a Maven plugin or as a standalone console application.

Group: one.edee.oss Artifact: babylon-maven-plugin
Show all versions Show source 
 

0 downloads
Artifact babylon-maven-plugin
Group one.edee.oss
Version 2024.8.0
Last update 20. March 2024
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Babylon/
License MIT License
Dependencies amount 15
Dependencies service, google-cloud-translate, deepl-java, spring-boot-starter, lombok, jackson-databind, commons-io, apron, google-api-services-sheets, google-oauth-client-jetty, maven-plugin-api, maven-core, maven-plugin-annotations, kotlin-stdlib-jdk8, antlr4,
There are maybe transitive dependencies!

parent from group io.github.ardoco.core (version 1.0.0)

The goal of this project is to connect architecture documentation and models while identifying missing or deviating elements (inconsistencies). An element can be any representable item of the model, like a component or a relation. To do so, we first create trace links and then make use of them and other information to identify inconsistencies. ArDoCo is actively developed by researchers of the Modelling for Continuous Software Engineering (MCSE) group of KASTEL - Institute of Information Security and Dependability at the KIT.

Group: io.github.ardoco.core 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 io.github.ardoco.core
Version 1.0.0
Last update 08. March 2024
Organization not specified
URL https://github.com/ArDoCo/Core
License MIT License
Dependencies amount 2
Dependencies error_prone_core, slf4j-api,
There are maybe transitive dependencies!

connection-generator from group io.github.ardoco.core (version 0.37.0)

Group: io.github.ardoco.core Artifact: connection-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact connection-generator
Group io.github.ardoco.core
Version 0.37.0
Last update 09. January 2024
Organization not specified
URL Not specified
License MIT License
Dependencies amount 2
Dependencies common, text-extraction,
There are maybe transitive dependencies!



Page 59 from 62 (items total 618)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy