Download nz.ac.waikato.cms.weka.thirdparty JAR files with all dependencies
RBFNetwork from group nz.ac.waikato.cms.weka (version 1.0.4)
RBFNetwork implements a normalized Gaussian radial basisbasis function network.
It uses the k-means clustering algorithm to provide the basis functions and learns either a logistic regression (discrete class problems) or linear regression (numeric class problems) on top of that. Symmetric multivariate Gaussians are fit to the data from each cluster. If the class is nominal it uses the given number of clusters per class. RBFRegressor implements radial basis function networks for regression, trained in a fully supervised manner using WEKA's Optimization class by minimizing squared error with the BFGS method. It is possible to use conjugate gradient descent rather than BFGS updates, which is faster for cases with many parameters, and to use normalized basis functions instead of unnormalized ones.
2 downloads
weka-dev from group nz.ac.waikato.cms.weka (version 3.7.7)
The Waikato Environment for Knowledge Analysis (WEKA), a machine
learning workbench. This version represents the developer version, the
"bleeding edge" of development, you could say. New functionality gets added
to this version.
2 downloads
simpleEducationalLearningSchemes from group nz.ac.waikato.cms.weka (version 1.0.1)
Simple learning schemes for educational purposes (Prism, Id3, IB1 and NaiveBayesSimple).
dagging from group nz.ac.waikato.cms.weka (version 1.0.3)
This meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the supplied base classifier. Predictions are made via majority vote, since all the generated base classifiers are put into the Vote meta classifier.
Useful for base classifiers that are quadratic or worse in time behavior, regarding number of instances in the training data.
For more information, see:
Ting, K. M., Witten, I. H.: Stacking Bagged and Dagged Models. In: Fourteenth international Conference on Machine Learning, San Francisco, CA, 367-375, 1997.
LibSVM from group nz.ac.waikato.cms.weka (version 1.0.9)
A wrapper class for the libsvm tools (the libsvm classes, typically the jar file, need to be in the classpath to use this classifier). LibSVM runs faster than SMO since it uses LibSVM to build the SVM classifier. LibSVM allows users to experiment with One-class SVM, Regressing SVM, and nu-SVM supported by LibSVM tool. LibSVM reports many useful statistics about LibSVM classifier (e.g., confusion matrix,precision, recall, ROC score, etc.)
2 downloads
optics_dbScan from group nz.ac.waikato.cms.weka (version 1.0.4)
The OPTICS and DBScan clustering algorithms. Martin Ester, Hans-Peter Kriegel, Joerg Sander, Xiaowei Xu: A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise. In: Second International Conference on Knowledge Discovery and Data Mining, 226-231, 1996; Mihael Ankerst, Markus M. Breunig, Hans-Peter Kriegel, Joerg Sander: OPTICS: Ordering Points To Identify the Clustering Structure. In: ACM SIGMOD International Conference on Management of Data, 49-60, 1999.
moa from group nz.ac.waikato.cms.moa (version 2015.11)
Massive On-line Analysis is an environment for massive data mining. MOA
provides a framework for data stream mining and includes tools for evaluation
and a collection of machine learning algorithms. Related to the WEKA project,
also written in Java, while scaling to more demanding problems.
2 downloads
moa from group nz.ac.waikato.cms.moa (version 2016.04)
Massive On-line Analysis is an environment for massive data mining. MOA
provides a framework for data stream mining and includes tools for evaluation
and a collection of machine learning algorithms. Related to the WEKA project,
also written in Java, while scaling to more demanding problems.
2 downloads
jalopy from group org.andromda.thirdparty.jalopy (version 1.5-RC3P1)
POM was created by Sonatype Nexus
Group: org.andromda.thirdparty.jalopy Artifact: jalopy
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
rsyntaxtextarea from group org.nuiton.thirdparty (version 1.4.0)
distributedWekaHadoopCore from group nz.ac.waikato.cms.weka (version 1.0.21)
This package provides loaders and savers for HDFS, plus Hadoop jobs and tasks that wrap the tasks provided in distributedWekaBase.
hbase-shaded-netty from group org.apache.hbase.thirdparty (version 2.0.0)
Pulls down netty.io, relocates nd then makes a fat new jar with them all in it.
Group: org.apache.hbase.thirdparty Artifact: hbase-shaded-netty
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
multiLayerPerceptrons from group nz.ac.waikato.cms.weka (version 1.0.8)
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.
1 downloads
distributedWekaHadoop from group nz.ac.waikato.cms.weka (version 1.0.15)
This package provides loaders and savers for HDFS, plus Hadoop jobs and tasks that wrap the tasks provided in distributedWekaBase. Includes libraries for Hadoop 1.1.2.
1 downloads
org.openide.util from group com.github.veithen.visualwas.thirdparty (version 3.0.0)
Group: com.github.veithen.visualwas.thirdparty Artifact: org.openide.util
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Page 9 from 19 (items total 277)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy