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

Download JAR files tagged by matrix with all dependencies

Search JAR files by class name

matrix-jectl from group com.tencent.matrix (version 2.0.8)

Matrix is an APM (Application Performance Manage) used in Wechat to monitor, locate and analyse performance problems. It is a plugin style, non-invasive solution and is currently available on iOS, macOS and Android.

Group: com.tencent.matrix Artifact: matrix-jectl
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact matrix-jectl
Group com.tencent.matrix
Version 2.0.8
Last update 07. May 2022
Organization not specified
URL https://github.com/Tencent/Matrix
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

matrix-memory-dump from group com.tencent.matrix (version 2.0.5)

Matrix is an APM (Application Performance Manage) used in Wechat to monitor, locate and analyse performance problems. It is a plugin style, non-invasive solution and is currently available on iOS, macOS and Android.

Group: com.tencent.matrix Artifact: matrix-memory-dump
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact matrix-memory-dump
Group com.tencent.matrix
Version 2.0.5
Last update 21. January 2022
Organization not specified
URL https://github.com/Tencent/Matrix
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

SevenZip from group com.tencent.mm (version 1.2.17)

Matrix is an APM (Application Performance Manage) used in Wechat to monitor, locate and analyse performance problems. It is a plugin style, non-invasive solution and is currently available on iOS, macOS and Android.

Group: com.tencent.mm Artifact: SevenZip
Show documentation Show source 
 

0 downloads
Artifact SevenZip
Group com.tencent.mm
Version 1.2.17
Last update 06. July 2021
Organization not specified
URL https://github.com/Tencent/Matrix
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

matrix-thread-canary from group com.tencent.matrix (version 0.9.0)

Matrix is an APM (Application Performance Manage) used in Wechat to monitor, locate and analyse performance problems. It is a plugin style, non-invasive solution and is currently available on iOS, macOS and Android.

Group: com.tencent.matrix Artifact: matrix-thread-canary
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact matrix-thread-canary
Group com.tencent.matrix
Version 0.9.0
Last update 27. April 2021
Organization not specified
URL https://github.com/Tencent/Matrix
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

google-maps-routing from group com.google.maps (version 1.36.0)

Routes API Routes API is the next generation, performance optimized version of the existing Directions API and Distance Matrix API. It helps you find the ideal route from A to Z, calculates ETAs and distances for matrices of origin and destination locations, and also offers new features.

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

0 downloads
Artifact google-maps-routing
Group com.google.maps
Version 1.36.0
Last update 27. September 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-routing-v2, 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!

mtj from group io.github.andreas-solti.matrix-toolkits-java (version 1.0.8)

A comprehensive collection of matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions. Forked from: https://github.com/fommil/matrix-toolkits-java and added support for eigenvalue computation of general matrices

Group: io.github.andreas-solti.matrix-toolkits-java Artifact: mtj
Show all versions Show documentation Show source 
 

19 downloads
Artifact mtj
Group io.github.andreas-solti.matrix-toolkits-java
Version 1.0.8
Last update 09. September 2019
Organization not specified
URL https://github.com/andreas-solti/matrix-toolkits-java/
License GNU Lesser General Public License
Dependencies amount 1
Dependencies all,
There are maybe transitive dependencies!

mt-java from group com.github.hullbend (version 1.1.0)

Matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions. For larger random dense matrices (above ~ 350 x 350) matrix-matrix multiplication C = A.B is about 50% faster than MTJ.

Group: com.github.hullbend Artifact: mt-java
Show all versions Show documentation Show source 
 

9 downloads
Artifact mt-java
Group com.github.hullbend
Version 1.1.0
Last update 01. January 2019
Organization not specified
URL https://github.com/HullBend/mt-java/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

OpenJazariLibrary from group com.github.hakmesyo (version 1.0.1)

Open Jazari Library for Java (OJL4J), formerly known as Open Cezeri Library is a Java based Matrix, Vectorization, Image Processing, Machine Learning (Weka + DL4J), Data Visualization and Analysis DSL (Domain Specific Language) which enables developers finish the code with almost single line of code.

Group: com.github.hakmesyo Artifact: OpenJazariLibrary
Show all versions Show documentation Show source 
 

0 downloads
Artifact OpenJazariLibrary
Group com.github.hakmesyo
Version 1.0.1
Last update 25. December 2018
Organization not specified
URL https://github.com/hakmesyo/Open-Jazari-Library
License MIT License
Dependencies amount 16
Dependencies commons-lang3, weka-stable, ij, Jama, opencv-platform, opencsv, filters, jwave, webcam-capture, lti-civil-no-swt, rxtx, jna, open_kinect, processing_core, deeplearning4j-core, nd4j-api,
There are maybe transitive dependencies!

parallel from group de.cit-ec.tcs.alignment (version 3.1.1)

This module provides a very basic support for the parallel computing of tasks (Engine class) and entries of a matrix (MatrixEngine). This is basically just a wrapper around the java standard functionality for parallel computing (mainly the Standard Thread Pool and the Future interface). Additional functionality is provided by the ProgressReporter interface, which can be used as a hook to provide information on the current state of the parallel computing task to other modules or the user.

Group: de.cit-ec.tcs.alignment Artifact: parallel
Show all versions Show documentation Show source 
 

1 downloads
Artifact parallel
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!

LibSVM from group nz.ac.waikato.cms.weka (version 1.0.10)

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.)

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

181 downloads
Artifact LibSVM
Group nz.ac.waikato.cms.weka
Version 1.0.10
Last update 20. November 2016
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/LibSVM
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, libsvm,
There are maybe transitive dependencies!



Page 60 from 3 (items total 606)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy