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

Download JAR files tagged by each with all dependencies

Search JAR files by class name

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

This metaclassifier makes its base classifier cost-sensitive using the method specified in Pedro Domingos: MetaCost: A general method for making classifiers cost-sensitive. In: Fifth International Conference on Knowledge Discovery and Data Mining, 155-164, 1999. This classifier should produce similar results to one created by passing the base learner to Bagging, which is in turn passed to a CostSensitiveClassifier operating on minimum expected cost. The difference is that MetaCost produces a single cost-sensitive classifier of the base learner, giving the benefits of fast classification and interpretable output (if the base learner itself is interpretable). This implementation uses all bagging iterations when reclassifying training data (the MetaCost paper reports a marginal improvement when only those iterations containing each training instance are used in reclassifying that instance).

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

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

weblab-client from group org.ow2.weblab.components (version 0.1)

This library aims to provide a central access point to the services exposed on the ESB without forcing each part of the system to know the actual location of the ESB and the names of the exposed endpoints. For this sake it allows to map service URI (ie referring to service in webLab taxonomy) to the actual exposed URL on the ESB within the context of a specific project. The library and the configuration should be added in portal lib in order to be central and available to any portlets. The mapping is done in a simple spring config file "webLabClient.xml" which must be accessible in JAVA classpath.

Group: org.ow2.weblab.components Artifact: weblab-client
Show documentation Show source 
 

0 downloads
Artifact weblab-client
Group org.ow2.weblab.components
Version 0.1
Last update 11. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies spring-beans,
There are maybe transitive dependencies!

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

Cluster data using the sequential information bottleneck algorithm. Note: only hard clustering scheme is supported. sIB assign for each instance the cluster that have the minimum cost/distance to the instance. The trade-off beta is set to infinite so 1/beta is zero. For more information, see: Noam Slonim, Nir Friedman, Naftali Tishby: Unsupervised document classification using sequential information maximization. In: Proceedings of the 25th International ACM SIGIR Conference on Research and Development in Information Retrieval, 129-136, 2002.

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

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

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

An implementation of a RIpple-DOwn Rule learner. It generates a default rule first and then the exceptions for the default rule with the least (weighted) error rate. Then it generates the "best" exceptions for each exception and iterates until pure. Thus it performs a tree-like expansion of exceptions.The exceptions are a set of rules that predict classes other than the default. IREP is used to generate the exceptions. For more information about Ripple-Down Rules, see: Brian R. Gaines, Paul Compton (1995). Induction of Ripple-Down Rules Applied to Modeling Large Databases. J. Intell. Inf. Syst. 5(3):211-228.

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

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

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

Extension of BestFirst. Takes a restricted number of k attributes into account. Fixed-set selects a fixed number k of attributes, whereas k is increased in each step when fixed-width is selected. The search uses either the initial ordering to select the top k attributes, or performs a ranking (with the same evalutator the search uses later on). The search direction can be forward, or floating forward selection (with opitional backward search steps). For more information see: Martin Guetlein (2006). Large Scale Attribute Selection Using Wrappers. Freiburg, Germany.

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

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

janbanery-core from group pl.project13.janbanery (version 1.2)

Kanbanery (https://kanbanery.com) is a simple but powerful Agile project management system, to be precise it focuses around the idea of Kanban, a somewhat near idea to SCRUM but with less strict rules. The heart of each Kanban flow is the Kanban board, IceBox and Archive - there are all easy accessible via this API. Janbanery wraps around the RESTful API delivered by Kanbanery while adding some more features like mass operations or filtering of results. In the end, it's very easy and pleasant to implement your own Kanbanery client be it on the desktop, mobile (android) or as for example Gradle / SBT script to take full advantage of kanbanery's features.

Group: pl.project13.janbanery Artifact: janbanery-core
Show documentation Show source 
 

0 downloads
Artifact janbanery-core
Group pl.project13.janbanery
Version 1.2
Last update 09. May 2011
Organization not specified
URL http://www.blog.project13.pl
License Apache License 2.0
Dependencies amount 7
Dependencies async-http-client, gson, guava, joda-time, slf4j-api, logback-classic, logback-core,
There are maybe transitive dependencies!

janbanery from group pl.project13.janbanery (version 1.2)

Kanbanery (https://kanbanery.com) is a simple but powerful Agile project management system, to be precise it focuses around the idea of Kanban, a somewhat near idea to SCRUM but with less strict rules. The heart of each Kanban flow is the Kanban board, IceBox and Archive - there are all easy accessible via this API. Janbanery wraps around the RESTful API delivered by Kanbanery while adding some more features like mass operations or filtering of results. In the end, it's very easy and pleasant to implement your own Kanbanery client be it on the desktop, mobile (android) or as for example Gradle / SBT script to take full advantage of kanbanery's features.

Group: pl.project13.janbanery Artifact: janbanery
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact janbanery
Group pl.project13.janbanery
Version 1.2
Last update 09. May 2011
Organization not specified
URL http://www.blog.project13.pl
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

quicksort-example from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: quicksort-example
Show all versions Show documentation Show source 
 

1 downloads
Artifact quicksort-example
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jedi-core, jedi-annotations, jedi-jdk6,
There are maybe transitive dependencies!

project-euler-example from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: project-euler-example
Show all versions Show documentation Show source 
 

0 downloads
Artifact project-euler-example
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jedi-core, jedi-annotations, jedi-jdk6,
There are maybe transitive dependencies!

option-example from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: option-example
Show all versions Show documentation Show source 
 

0 downloads
Artifact option-example
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jedi-core, jedi-annotations, jedi-jdk6,
There are maybe transitive dependencies!



Page 60 from 69 (items total 684)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy