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

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

Learns an isotonic regression model. Picks the attribute that results in the lowest squared error. Missing values are not allowed. Can only deal with numeric attributes. Considers the monotonically increasing case as well as the monotonically decreasing case.

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

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

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!

metrics from group io.github.ardoco (version 0.1.1)

Group: io.github.ardoco Artifact: metrics
Show all versions Show documentation Show source 
 

0 downloads
Artifact metrics
Group io.github.ardoco
Version 0.1.1


metrics-parent from group io.github.ardoco (version 0.1.1)

Group: io.github.ardoco Artifact: metrics-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact metrics-parent
Group io.github.ardoco
Version 0.1.1




Page 59 from 63 (items total 621)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy