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

Download nz.ac.waikato.cms.weka.thirdparty JAR files with all dependencies


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

Implements Bayesian Logistic Regression for both Gaussian and Laplace Priors. For more information, see Alexander Genkin, David D. Lewis, David Madigan (2004). Large-scale bayesian logistic regression for text categorization.

Group: nz.ac.waikato.cms.weka Artifact: bayesianLogisticRegression
Show documentation Show source 
Download bayesianLogisticRegression.jar (1.0.5)
 

4 downloads


zendesk-java-client from group com.cloudbees.thirdparty (version 0.8.0)

Java client for the Zendesk API

Group: com.cloudbees.thirdparty Artifact: zendesk-java-client

Download zendesk-java-client.jar (0.8.0)
 

4 downloads


weka-stable from group nz.ac.waikato.cms.weka (version 3.6.14)

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This is the stable version. Apart from bugfixes, this version does not receive any other updates.

Group: nz.ac.waikato.cms.weka Artifact: weka-stable

Download weka-stable.jar (3.6.14)
 

4 downloads
Artifact weka-stable
Group nz.ac.waikato.cms.weka
Version 3.6.14


jclasslocator from group com.github.waikato (version 0.0.7)

Java library for analyzing the classpath of an application, used to determine class hierarchies.

Group: com.github.waikato Artifact: jclasslocator

Download jclasslocator.jar (0.0.7)
 

4 downloads
Artifact jclasslocator
Group com.github.waikato
Version 0.0.7


collection-setter-injector from group org.andromda.thirdparty.jaxb2_commons (version 1.0)

Group: org.andromda.thirdparty.jaxb2_commons Artifact: collection-setter-injector
Show documentation Show source 
Download collection-setter-injector.jar (1.0)
 

4 downloads


multiLayerPerceptrons from group nz.ac.waikato.cms.weka (version 1.0.9)

This package currently contains classes for training multilayer perceptrons with one hidden layer, where the number of hidden units is user specified. MLPClassifier can be used for classification problems and MLPRegressor is the corresponding class for numeric prediction tasks. The former has as many output units as there are classes, the latter only one output unit. Both minimise a penalised squared error with a quadratic penalty on the (non-bias) weights, i.e., they implement "weight decay", where this penalised error is averaged over all training instances. The size of the penalty can be determined by the user by modifying the "ridge" parameter to control overfitting. The sum of squared weights is multiplied by this parameter before added to the squared error. Both classes use BFGS optimisation by default to find parameters that correspond to a local minimum of the error function. but optionally conjugated gradient descent is available, which can be faster for problems with many parameters. Logistic functions are used as the activation functions for all units apart from the output unit in MLPRegressor, which employs the identity function. Input attributes are standardised to zero mean and unit variance. MLPRegressor also rescales the target attribute (i.e., "class") using standardisation. All network parameters are initialised with small normally distributed random values.

Group: nz.ac.waikato.cms.weka Artifact: multiLayerPerceptrons

Download multiLayerPerceptrons.jar (1.0.9)
 

4 downloads


LibLINEAR from group nz.ac.waikato.cms.weka (version 1.9.7)

A wrapper class for the liblinear tools (the liblinear classes, typically the jar file, need to be in the classpath to use this classifier). Rong-En Fan, Kai-Wei Chang, Cho-Jui Hsieh, Xiang-Rui Wang, Chih-Jen Lin (2008). LIBLINEAR - A Library for Large Linear Classification.

Group: nz.ac.waikato.cms.weka Artifact: LibLINEAR
Show documentation Show source 
Download LibLINEAR.jar (1.9.7)
 

4 downloads
Artifact LibLINEAR
Group nz.ac.waikato.cms.weka
Version 1.9.7


commons-lang-plugin from group org.andromda.thirdparty.jaxb2_commons (version 2.2)

There is now an xjc plugin that automatically generates the toString(), hashCode() and equals(Object) methods using jakarta-common-lang's ToStringBuilder, HashCodeBuilder and EqualsBuilder

Group: org.andromda.thirdparty.jaxb2_commons Artifact: commons-lang-plugin
Show documentation Show source 
Download commons-lang-plugin.jar (2.2)
 

4 downloads


xml-element-wrapper from group org.andromda.thirdparty.jaxb2_commons (version 1.0)

When generating XML schema from Java source code using the schemagen tool a common approach is to use the @XmlElementWrapper and @XmlElement annotations to handle schema generation for collections. However, when generating Java source from a schema using the xjc tool the resulting code is not created with these annotations. Instead, the generated Java source contains "injected" inner classes to accommodate the collection of elements contained within an element.

Group: org.andromda.thirdparty.jaxb2_commons Artifact: xml-element-wrapper
Show documentation Show source 
Download xml-element-wrapper.jar (1.0)
 

3 downloads


org.openide.awt from group com.github.veithen.visualwas.thirdparty (version 1.0.0)

Group: com.github.veithen.visualwas.thirdparty Artifact: org.openide.awt

Download org.openide.awt.jar (1.0.0)
 

3 downloads


cascadeKMeans from group nz.ac.waikato.cms.weka (version 1.0.4)

k-means clustering with automatic selection of k. Restarts k-means and selects the best k using the Calinski and Harabasz criterion, without cross-validation.

Group: nz.ac.waikato.cms.weka Artifact: cascadeKMeans
Show documentation Show source 
Download cascadeKMeans.jar (1.0.4)
 

3 downloads
Artifact cascadeKMeans
Group nz.ac.waikato.cms.weka
Version 1.0.4


jclasslocator from group com.github.waikato (version 0.0.12)

Java library for analyzing the classpath of an application, used to determine class hierarchies.

Group: com.github.waikato Artifact: jclasslocator

Download jclasslocator.jar (0.0.12)
 

3 downloads
Artifact jclasslocator
Group com.github.waikato
Version 0.0.12


phmm4weka from group nz.ac.waikato.cms.weka (version 1.1.3)

This Java software implements Profile Hidden Markov Models (PHMMs) for protein classification for the WEKA workbench. Standard PHMMs and newly introduced binary PHMMs are used. In addition the software allows propositionalisation of PHMMs.

Group: nz.ac.waikato.cms.weka Artifact: phmm4weka

Download phmm4weka.jar (1.1.3)
 

3 downloads
Artifact phmm4weka
Group nz.ac.waikato.cms.weka
Version 1.1.3


toniclf from group net.sf.squirrel-sql.thirdparty-non-maven (version 1.0.5)

This is the tonic look-and-feel packaged to be distributed with the SQuirreLSQL client. This pluggable look and feel is a free substitute for the default native look and feel of Swing, 'Metal', distributed under the GNU Lesser General Public License. Metal lacks both in usability and aesthetics. It contains considerable graphical noise, distracting the user from the key elements of the GUI. Tonic, on the other hand, tries to provide a clean, balanced look and an improved feel. Tonic is available free of charge both for commercial and non-commercial applications. It lends a professional touch and a very tidy and clean interface to your Swing based applications.

Group: net.sf.squirrel-sql.thirdparty-non-maven Artifact: toniclf

Download toniclf.jar (1.0.5)
 

3 downloads


hbase-shaded-protobuf from group org.apache.hbase.thirdparty (version 1.0.1)

Pulls down protobuf, patches it, compiles, and then relocates/shades.

Group: org.apache.hbase.thirdparty Artifact: hbase-shaded-protobuf

Download hbase-shaded-protobuf.jar (1.0.1)
 

3 downloads




Page 6 from 19 (items total 277)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy