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

Download JAR files tagged by accuracy with all dependencies

Search JAR files by class name

google-maps-addressvalidation from group com.google.maps (version 0.46.0)

Address Validation API The Address Validation API allows developers to verify the accuracy of addresses. Given an address, it returns information about the correctness of the components of the parsed address, a geocode, and a verdict on the deliverability of the parsed address.

Group: com.google.maps Artifact: google-maps-addressvalidation
Show all versions Show documentation Show source 
 

0 downloads
Artifact google-maps-addressvalidation
Group com.google.maps
Version 0.46.0
Last update 09. October 2024
Organization Google LLC
URL https://github.com/googleapis/google-cloud-java
License Apache-2.0
Dependencies amount 42
Dependencies grpc-api, jsr305, error_prone_annotations, grpc-stub, grpc-protobuf, api-common, auto-value-annotations, javax.annotation-api, j2objc-annotations, protobuf-java, proto-google-common-protos, proto-google-maps-addressvalidation-v1, guava, failureaccess, listenablefuture, checker-qual, gax, google-auth-library-credentials, opencensus-api, grpc-context, google-auth-library-oauth2-http, gax-grpc, grpc-inprocess, grpc-core, grpc-alts, grpc-grpclb, conscrypt-openjdk-uber, grpc-auth, grpc-netty-shaded, gax-httpjson, gson, google-http-client, httpclient, commons-codec, httpcore, opencensus-contrib-http-util, google-http-client-gson, protobuf-java-util, grpc-google-common-protos, proto-google-iam-v1, grpc-google-iam-v1, threetenbp,
There are maybe transitive dependencies!

BreakInfinity from group io.github.ad417 (version 0.2.0)

A Java port of break_infinity.js - a solution for incremental games which want to deal with very large numbers and prefer performance over accuracy.

Group: io.github.ad417 Artifact: BreakInfinity
Show all versions Show documentation Show source 
 

0 downloads
Artifact BreakInfinity
Group io.github.ad417
Version 0.2.0
Last update 14. October 2023
Organization not specified
URL https://github.com/AD417/BreakInfinity.java
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hyperminhash from group com.liveramp (version 0.2)

HyperMinHash is a probabilistic data structure that can approximate union, intersection, and set cardinalities as well as Jaccard indices of very large sets with high accuracy, in loglog space, and in a streaming fashion.

Group: com.liveramp Artifact: hyperminhash
Show all versions Show documentation Show source 
 

3 downloads
Artifact hyperminhash
Group com.liveramp
Version 0.2
Last update 16. February 2019
Organization LiveRamp
URL www.github.com/LiveRamp/HyperMinHash-java
License Apache 2
Dependencies amount 1
Dependencies commons-math3,
There are maybe transitive dependencies!

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

Contructs Hidden Naive Bayes classification model with high classification accuracy and AUC. For more information refer to: H. Zhang, L. Jiang, J. Su: Hidden Naive Bayes. In: Twentieth National Conference on Artificial Intelligence, 919-924, 2005.

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

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

lambdatest-espresso from group io.github.lambdatest (version 1.0.1)

This Java package enables visual testing for Android by integration LambdaTest's SmartUI with Espresso tests, making sure that the UI is pixel perfect by ensuring comprehensive coverage and accuracy in your visual testing endeavours.

Group: io.github.lambdatest Artifact: lambdatest-espresso
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact lambdatest-espresso
Group io.github.lambdatest
Version 1.0.1
Last update 06. May 2024
Organization not specified
URL https://github.com/LambdaTest/lambdatest-espresso
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

frontend-bugs from group com.sap.research.security.vulas (version 3.1.15)

Group: com.sap.research.security.vulas Artifact: frontend-bugs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact frontend-bugs
Group com.sap.research.security.vulas
Version 3.1.15
Last update 24. September 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

root from group com.sap.research.security.vulas (version 3.1.15)

Analyses your Java and Python applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy.

Group: com.sap.research.security.vulas Artifact: root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact root
Group com.sap.research.security.vulas
Version 3.1.15
Last update 24. September 2020
Organization not specified
URL https://eclipse.github.io/steady/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies validation-api, log4j-api, log4j-core, spotbugs-annotations,
There are maybe transitive dependencies!

frontend-apps from group com.sap.research.security.vulas (version 3.1.15)

Group: com.sap.research.security.vulas Artifact: frontend-apps
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact frontend-apps
Group com.sap.research.security.vulas
Version 3.1.15
Last update 24. September 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

lang-java from group com.sap.research.security.vulas (version 3.1.15)

Group: com.sap.research.security.vulas Artifact: lang-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact lang-java
Group com.sap.research.security.vulas
Version 3.1.15
Last update 24. September 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies lang, lang-java-init, procyon-compilertools, guice-assistedinject, ecj, commons-lang3, commons-io, validation-api, log4j-api, log4j-core, spotbugs-annotations,
There are maybe transitive dependencies!

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

Class for generating a decision tree with naive Bayes classifiers at the leaves. For more information, see Ron Kohavi: Scaling Up the Accuracy of Naive-Bayes Classifiers: A Decision-Tree Hybrid. In: Second International Conference on Knoledge Discovery and Data Mining, 202-207, 1996.

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

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



Page 4 from 3 (items total 57)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy