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

Download JAR files tagged by proceedings with all dependencies

Search JAR files by class name

permutation-crossover-landscape-analysis from group org.cicirello (version 1.0.0)

This package contains Java code to reproduce the experiments of the following conference paper: Vincent A. Cicirello. 2023. A Survey and Analysis of Evolutionary Operators for Permutations. Proceedings of the 15th International Joint Conference on Computational Intelligence, pages 288-299. https://doi.org/10.5220/0012204900003595.

Group: org.cicirello Artifact: permutation-crossover-landscape-analysis
Show documentation Show source 
 

0 downloads
Artifact permutation-crossover-landscape-analysis
Group org.cicirello
Version 1.0.0
Last update 29. November 2023
Organization Cicirello.org
URL https://github.com/cicirello/permutation-crossover-landscape-analysis
License GPL-3.0-or-later
Dependencies amount 1
Dependencies chips-n-salsa,
There are maybe transitive dependencies!

btpe-iterations from group org.cicirello (version 1.0.0)

This package contains Java code to reproduce the experiments of the following article: Vincent A. Cicirello. 2023. An Analysis of an Open Source Binomial Random Variate Generation Algorithm, Engineering Proceedings, 56(1), Article 86, October 2023. doi:10.3390/ASEC2023-15349.

Group: org.cicirello Artifact: btpe-iterations
Show documentation Show source 
 

0 downloads
Artifact btpe-iterations
Group org.cicirello
Version 1.0.0
Last update 29. November 2023
Organization Cicirello.Org
URL https://github.com/cicirello/btpe-iterations
License GPL-3.0-or-later
Dependencies amount 1
Dependencies rho-mu,
There are maybe transitive dependencies!

learnlib-nlstar from group de.learnlib (version 0.17.0)

This artifact provides the implementation of the NL* learning algorithm as described in the paper "Angluin-Style Learning of NFA" (http://ijcai.org/Proceedings/09/Papers/170.pdf) by Benedikt Bollig, Peter Habermehl, Carsten Kern, and Martin Leucker.

Group: de.learnlib Artifact: learnlib-nlstar
Show all versions Show documentation Show source 
 

0 downloads
Artifact learnlib-nlstar
Group de.learnlib
Version 0.17.0
Last update 15. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies learnlib-api, learnlib-util, automata-api, automata-core, automata-util, checker-qual, buildergen, learnlib-learner-it-support, testng,
There are maybe transitive dependencies!

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

Class for building and using classification and regression trees based on the closed-form dual perturb and combine algorithm described in Pierre Geurts, Lous Wehenkel: Closed-form dual perturb and combine for tree-based models. In: Proceedings of the 22nd International Conference on Machine Learning, 233-240, 2005.

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

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

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

Class for building and using a classifier built on the Isolation Forest anomaly detection algorithm. For more information see Fei Tony Liu, Kai Ming Ting and Zhi-Hua Zhou. 2008. Proceedings of the 2008 Eighth IEEE International Conference on Data Mining, pages 413-422.

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

1 downloads
Artifact isolationForest
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 21. January 2016
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/isolationForest
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

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

Grows an alternating model tree by minimising squared error. For more information see "Eibe Frank, Michael Mayo, Stefan Kramer: Alternating Model Trees. In: Proceedings of the ACM Symposium on Applied Computing, Data Mining Track, 2015".

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

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

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

Classifier for incremental learning of large datasets by way of racing logit-boosted committees. For more information see: Eibe Frank, Geoffrey Holmes, Richard Kirkby, Mark Hall: Racing committees for large datasets. In: Proceedings of the 5th International Conferenceon Discovery Science, 153-164, 2002.

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

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

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

Yiling Yang, Xudong Guan, Jinyuan You: CLOPE: a fast and effective clustering algorithm for transactional data. In: Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining, 682-687, 2002.

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

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

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

Feature selection method based on correlation measureand relevance and redundancy analysis. Use in conjunction with an attribute set evaluator (SymmetricalUncertAttributeEval). For more information see: Lei Yu, Huan Liu: Feature Selection for High-Dimensional Data: A Fast Correlation-Based Filter Solution. In: Proceedings of the Twentieth International Conference on Machine Learning, 856-863, 2003.

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

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

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

Meta classifier that allows standard classification algorithms to be applied to ordinal class problems. For more information see: Eibe Frank, Mark Hall: A Simple Approach to Ordinal Classification. In: 12th European Conference on Machine Learning, 145-156, 2001. Robert E. Schapire, Peter Stone, David A. McAllester, Michael L. Littman, Janos A. Csirik: Modeling Auction Price Uncertainty Using Boosting-based Conditional Density Estimation. In: Machine Learning, Proceedings of the Nineteenth International Conference (ICML 2002), 546-553, 2002.

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

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



Page 1 from 2 (items total 14)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy