Download JAR files tagged by weighted with all dependencies
email-normalization from group io.github.surajs1n (version 1.1.0)
This is a light-weighted java library (V1.1 version) meant to validate and normalize a given morphed EmailId.
Group: io.github.surajs1n Artifact: email-normalization
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact email-normalization
Group io.github.surajs1n
Version 1.1.0
Last update 13. November 2022
Organization not specified
URL https://github.com/surajs1n/email-normalization
License MIT License
Dependencies amount 2
Dependencies commons-validator, jackson-dataformat-yaml,
There are maybe transitive dependencies!
Group io.github.surajs1n
Version 1.1.0
Last update 13. November 2022
Organization not specified
URL https://github.com/surajs1n/email-normalization
License MIT License
Dependencies amount 2
Dependencies commons-validator, jackson-dataformat-yaml,
There are maybe transitive dependencies!
singleTransferableVoteElections from group info.gehrels.voting (version 4.0)
Calculates Single Transferable Vote election results using the Weighted Inclusive Gregory Method
Group: info.gehrels.voting Artifact: singleTransferableVoteElections
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact singleTransferableVoteElections
Group info.gehrels.voting
Version 4.0
Last update 07. July 2017
Organization not specified
URL https://github.com/BGehrels/singleTransferableVoteElections
License GNU Affero General Public License v3 or later
Dependencies amount 5
Dependencies guava, hamcrest-library, parameter-validation, commons-math3, slf4j-api,
There are maybe transitive dependencies!
Group info.gehrels.voting
Version 4.0
Last update 07. July 2017
Organization not specified
URL https://github.com/BGehrels/singleTransferableVoteElections
License GNU Affero General Public License v3 or later
Dependencies amount 5
Dependencies guava, hamcrest-library, parameter-validation, commons-math3, slf4j-api,
There are maybe transitive dependencies!
JAGAL from group de.uni.freiburg.iig.telematik (version 1.0.2)
JAGAL provides implementations for directed graphs (weighted and unweighted) and various types of transition systems as well as utils for graph traversal and modification.
Group: de.uni.freiburg.iig.telematik Artifact: JAGAL
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact JAGAL
Group de.uni.freiburg.iig.telematik
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/iig-uni-freiburg/JAGAL
License bsd_3
Dependencies amount 2
Dependencies TOVAL, jgraphx,
There are maybe transitive dependencies!
Group de.uni.freiburg.iig.telematik
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/iig-uni-freiburg/JAGAL
License bsd_3
Dependencies amount 2
Dependencies TOVAL, jgraphx,
There are maybe transitive dependencies!
math from group com.lmco.ptolemaeus (version 3.0.0)
a Java mathematics library that extends the Hipparchus mathematics library and includes support for hyper-dimensional geometry, weighted non-linear least-squares optimization, linear algebra over R^n and C^n, and non-linear dynamics.
0 downloads
Artifact math
Group com.lmco.ptolemaeus
Version 3.0.0
Last update 01. October 2024
Organization not specified
URL https://gitlab.com/lmco/ptolemaeus
License MIT
Dependencies amount 4
Dependencies hipparchus, hipparchus-core, hipparchus-optim, hipparchus-geometry,
There are maybe transitive dependencies!
Group com.lmco.ptolemaeus
Version 3.0.0
Last update 01. October 2024
Organization not specified
URL https://gitlab.com/lmco/ptolemaeus
License MIT
Dependencies amount 4
Dependencies hipparchus, hipparchus-core, hipparchus-optim, hipparchus-geometry,
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
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!
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!
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
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!
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!
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.
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!
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!
Page 3 from 3 (items total 27)