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

Download JAR files tagged by worth with all dependencies

Search JAR files by class name

worthent-foundation from group com.worthent.foundation (version 1.0.0)

Core utilities for the Worth Enterprises suite of software components.

Group: com.worthent.foundation Artifact: worthent-foundation
Show documentation Show source 
 

0 downloads
Artifact worthent-foundation
Group com.worthent.foundation
Version 1.0.0
Last update 09. July 2017
Organization Worth Enterprises, Inc
URL https://github.com/erikkworth/worthent-foundation
License Eclipse Public License 1.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

JavaUtility from group bayern.steinbrecher (version 0.18)

A collection classes which I use over multiple projects and which are not worth for their own library.

Group: bayern.steinbrecher Artifact: JavaUtility
Show all versions Show documentation Show source 
 

0 downloads
Artifact JavaUtility
Group bayern.steinbrecher
Version 0.18
Last update 31. December 2021
Organization not specified
URL https://steinbrecher.bayern
License The Beer-Ware License (Revision 42)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Evaluates the worth of an attribute by computing the value of the chi-squared statistic with respect to the class.

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

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

installertools from group net.neoforged.installertools (version 2.1.7)

A collection of command line tools that are useful for the Forge installer, that are not worth being their own standalone projects.

Group: net.neoforged.installertools Artifact: installertools
Show all versions Show documentation Show source 
 

0 downloads
Artifact installertools
Group net.neoforged.installertools
Version 2.1.7
Last update 11. July 2024
Organization not specified
URL https://github.com/NeoForged/InstallerTools
License LGPL-2.1-only
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Evaluates the worth of an attribute by computing the Probabilistic Significance as a two-way function (attribute-classes and classes-attribute association). For more information see: Amir Ahmad, Lipika Dey (2004). A feature selection technique for classificatory analysis.

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

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

tap-room from group org.bitbucket.cpointe.taproom (version 0.2.0)

Tap Room is a simple extraction and correlation framework that leverages Lucene-based queries to work with small datasets. There are better ways to handle "macro" or "micro" sized data sets (e.g., Apache Spark). This project is aimed at "nano" sized data sets where adding more components isn't possible or worth the effort.

Group: org.bitbucket.cpointe.taproom Artifact: tap-room
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tap-room
Group org.bitbucket.cpointe.taproom
Version 0.2.0
Last update 15. May 2020
Organization not specified
URL https://bitbucket.org/cpointe/tap-room
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Evaluates the worth of an attribute by using an SVM classifier. Attributes are ranked by the square of the weight assigned by the SVM. Attribute selection for multiclass problems is handled by ranking attributes for each class seperately using a one-vs-all method and then "dealing" from the top of each pile to give a final ranking. For more information see: I. Guyon, J. Weston, S. Barnhill, V. Vapnik (2002). Gene selection for cancer classification using support vector machines. Machine Learning. 46:389-422.

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

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

card-management-sdk from group io.sdks (version 1.1.0)

The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.

Group: io.sdks Artifact: card-management-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact card-management-sdk
Group io.sdks
Version 1.1.0
Last update 02. July 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
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!

mydtt-plus-spring-boot-starter from group io.github.weasley-j (version 1.3.5)

MyDtt-Plus is a starter of spring-boot, It is an object-oriented Java framework that helps developers increase productivity, "Domain Driven Table" is the concept of DTT, It makes you focus more on domain objects rather than tables. Aims to make it easy to automatically create DB tables based on your Java model with annotation driven. It's also support the ability of create table automatically for MyBatis what Hibernate can do and optionally export SQL to local fileļ¼ŒEach table can be added database name concat with table name and fully comments, It can work with ORM frameworks such as MyBatis-Plus and MyBatis with little learning and usage costs. It's worth mentioning that DTT can be MyBatis-Plus is integrated in a 0-code way, just like JPA. However, MyDtt-Plus and MyBatis-Plus may be easier to expand and use than JPA. In addition to supporting the functions of JPA, DDT provides multi-table associated SQL DDL based on MyBatis operation, DTT support databases server for MYSQL, ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL and embedded database for H2, HSQL, DERBY.

Group: io.github.weasley-j Artifact: mydtt-plus-spring-boot-starter
Show all versions Show documentation Show source 
 

0 downloads
Artifact mydtt-plus-spring-boot-starter
Group io.github.weasley-j
Version 1.3.5
Last update 20. August 2022
Organization not specified
URL https://github.com/Weasley-J/mydtt-plus-spring-boot-starter
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 16
Dependencies spring-boot-starter-validation, spring-boot-starter-aop, spring-boot-starter, hutool-all, commons-lang3, commons-io, therapi-runtime-javadoc, jackson-databind, jackson-annotations, jackson-datatype-jsr310, spring-boot-starter-jdbc, velocity-engine-core, mybatis, mybatis-spring, mybatis-plus-core, jsqlparser,
There are maybe transitive dependencies!



Page 1 from 1 (items total 10)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy