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

Download JAR files tagged by training with all dependencies

Search JAR files by class name

opennms from group org.opennms (version 31.0.3)

OpenNMS is the world's first enterprise grade network management platform developed under the open source model. It consists of a community supported open-source project as well as a commercial services, training and support organization.

Group: org.opennms Artifact: opennms
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact opennms
Group org.opennms
Version 31.0.3
Last update 13. January 2023
Organization not specified
URL http://opennms.org/
License GNU Affero General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

broceliande from group com.github.korriganed (version 1.1)

This project provides a Java implementation of random forests. Random forests use training sets to build decision trees. Given an input (e.g. a person with age, gender, medical background, symptoms) the result (e.g. a disease) of which is unknown, random forests are able to predict the corresponding result.

Group: com.github.korriganed Artifact: broceliande
Show documentation Show source 
 

0 downloads
Artifact broceliande
Group com.github.korriganed
Version 1.1
Last update 07. December 2016
Organization not specified
URL https://github.com/korriganed/broceliande
License MIT License
Dependencies amount 3
Dependencies commons-lang3, logback-classic, slf4j-api,
There are maybe transitive dependencies!

mitie from group edu.mit.ll (version 0.8)

This project provides free (even for commercial use) state-of-the-art information extraction tools. The current release includes tools for performing named entity extraction and binary relation detection as well as tools for training custom extractors and relation detectors.

Group: edu.mit.ll Artifact: mitie
Show all versions Show documentation Show source 
 

6 downloads
Artifact mitie
Group edu.mit.ll
Version 0.8
Last update 14. November 2016
Organization not specified
URL https://github.com/mit-nlp/MITIE
License not specified
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!

mstparser from group net.sourceforge.mstparser (version 0.5.1)

MSTParser is a non-projective dependency parser that searches for maximum spanning trees over directed graphs. Models of dependency structure are based on large-margin discriminative training methods. Projective parsing is also supported.

Group: net.sourceforge.mstparser Artifact: mstparser
Show documentation Show source 
 

1 downloads
Artifact mstparser
Group net.sourceforge.mstparser
Version 0.5.1
Last update 10. September 2013
Organization not specified
URL http://mstparser.sourceforge.net
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies trove,
There are maybe transitive dependencies!

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

This package provides two meta attribute selection evaluators - one for performing cost-sensitive attribute evaluation (CostSensitiveAttributeEval) and a second for performing cost-sensitive subset evaluation (CostSensitiveSubsetEval). Both methods take a cost matrix and a base evaluator. If the base evaluator can handle instance weights, then the training data is weighted according to the cost matrix, otherwise the training data is sampled according to the cost matrix.

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

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

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

A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier. The midpoint threshold is set so that a given performance measure is optimized. Currently this is the F-measure. Performance is measured either on the training data, a hold-out set or using cross-validation. In addition, the probabilities returned by the base learner can have their range expanded so that the output probabilities will reside between 0 and 1 (this is useful if the scheme normally produces probabilities in a very narrow range).

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

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

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

Evaluates the worth of a subset of attributes by the level of consistency in the class values when the training instances are projected onto the subset of attributes. The consistency of any subset can never be lower than that of the full set of attributes, hence the usual practice is to use this subset evaluator in conjunction with a Random or Exhaustive search which looks for the smallest subset with consistency equal to that of the full set of attributes. See: H. Liu, R. Setiono: A probabilistic approach to feature selection - A filter solution. In: 13th International Conference on Machine Learning, 319-327, 1996.

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

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

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.

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

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

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

This class implements a single conjunctive rule learner that can predict for numeric and nominal class labels. A rule consists of antecedents "AND"ed together and the consequent (class value) for the classification/regression. In this case, the consequent is the distribution of the available classes (or mean for a numeric value) in the dataset. If the test instance is not covered by this rule, then it's predicted using the default class distributions/value of the data not covered by the rule in the training data.This learner selects an antecedent by computing the Information Gain of each antecendent and prunes the generated rule using Reduced Error Prunning (REP) or simple pre-pruning based on the number of antecedents. For classification, the Information of one antecedent is the weighted average of the entropies of both the data covered and not covered by the rule. For regression, the Information is the weighted average of the mean-squared errors of both the data covered and not covered by the rule. In pruning, weighted average of the accuracy rates on the pruning data is used for classification while the weighted average of the mean-squared errors on the pruning data is used for regression.

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

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



Page 6 from 7 (items total 65)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy