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

Download JAR files tagged by subsets with all dependencies

Search JAR files by class name

sql-resultset-interfaces from group dev.bodewig.sql-resultset-interfaces (version 1.0.0)

Subsets of the Sql ResultSet interface

Group: dev.bodewig.sql-resultset-interfaces Artifact: sql-resultset-interfaces
Show documentation Show source 
 

0 downloads
Artifact sql-resultset-interfaces
Group dev.bodewig.sql-resultset-interfaces
Version 1.0.0
Last update 25. May 2023
Organization not specified
URL https://github.com/LarsBodewig/Sql-ResultSet-Interfaces
License GNU General Public License, Version 3 or later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

subsets from group io.github.jonestimd (version 1.0)

Utilities for finding subsets of a collection that meet some criteria

Group: io.github.jonestimd Artifact: subsets
Show documentation Show source 
 

0 downloads
Artifact subsets
Group io.github.jonestimd
Version 1.0
Last update 30. January 2016
Organization not specified
URL https://jonestimd.github.io/subsets/
License The Unlicense
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

partition from group gr.james (version 0.8)

In mathematical terms, according to the book Naive Set Theory (Halmos), a partition of a set U is a set of nonempty subsets of U such that every element u in U is in exactly one of these subsets

Group: gr.james Artifact: partition
Show all versions Show documentation Show source 
 

0 downloads
Artifact partition
Group gr.james
Version 0.8
Last update 09. February 2021
Organization not specified
URL https://github.com/gstamatelat/partition
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cloner from group com.github.manishahluwalia (version 0.0.1)

A thread-safe scheme to: - Make deep or shallow clones of objects. Based on either annotations or configuration - Allow for subsets of fields to selectively be copied / or not copied depending on runtime constraints - Optimizations for copying for GWT RPC

Group: com.github.manishahluwalia Artifact: cloner
Show documentation Show source 
 

0 downloads
Artifact cloner
Group com.github.manishahluwalia
Version 0.0.1
Last update 12. January 2015
Organization not specified
URL https://github.com/manishahluwalia/${project.artifactId}
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

classifierBasedAttributeSelection from group nz.ac.waikato.cms.weka (version 1.0.5)

This package provides two classes - one for evaluating the merit of individual attributes using a classifier (ClassifierAttributeEval), and second for evaluating the merit of subsets of attributes using a classifier (ClassifierSubsetEval). Both invoke a user-specified classifier to perform the evaluation, either under cross-validation or on the training data.

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

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

xjc-if-ins from group org.andromda.thirdparty.jaxb2_commons (version 1.0)

This plugin inserts implements interface, into the class header of generated classes, according to customization extensions. This lets you process XML content nodes not only by class but also by interface. This simplifies the handling of field subsets common to different schema types.

Group: org.andromda.thirdparty.jaxb2_commons Artifact: xjc-if-ins
Show documentation Show source 
 

0 downloads
Artifact xjc-if-ins
Group org.andromda.thirdparty.jaxb2_commons
Version 1.0
Last update 29. April 2010
Organization not specified
URL https://jaxb2-commons.dev.java.net/
License not specified
Dependencies amount 2
Dependencies jaxb-impl, jaxb-xjc,
There are maybe transitive dependencies!

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

Class for building and using a decision table/naive bayes hybrid classifier. At each point in the search, the algorithm evaluates the merit of dividing the attributes into two disjoint subsets: one for the decision table, the other for naive Bayes. A forward selection search is used, where at each step, selected attributes are modeled by naive Bayes and the remainder by the decision table, and all attributes are modelled by the decision table initially. At each step, the algorithm also considers dropping an attribute entirely from the model. For more information, see: Mark Hall, Eibe Frank: Combining Naive Bayes and Decision Tables. In: Proceedings of the 21st Florida Artificial Intelligence Society Conference (FLAIRS), 318-319, 2008.

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

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

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

Search methods contributed by Adrian Pino (ScatterSearchV1, TabuSearch). ScatterSearch: Performs an Scatter Search through the space of attribute subsets. Start with a population of many significants and diverses subset stops when the result is higher than a given treshold or there's not more improvement. For more information see: Felix Garcia Lopez (2004). Solving feature subset selection problem by a Parallel Scatter Search. Elsevier. Tabu Search: Abdel-Rahman Hedar, Jue Wangy, Masao Fukushima (2006). Tabu Search for Attribute Reduction in Rough Set Theory.

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

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

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 
 

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 1 from 1 (items total 9)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy