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

Download JAR files tagged by sparse with all dependencies

Search JAR files by class name

libuninameslist-ndk26-shared from group com.viliussutkus89.ndk.thirdparty (version 20230916-beta-3)

A library with a large (sparse) array mapping each unicode code point to the annotation data for it provided in http://www.unicode.org/Public/UNIDATA/NamesList.txt

Group: com.viliussutkus89.ndk.thirdparty Artifact: libuninameslist-ndk26-shared
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libuninameslist-ndk26-shared
Group com.viliussutkus89.ndk.thirdparty
Version 20230916-beta-3
Last update 19. December 2023
Organization not specified
URL https://github.com/fontforge/libuninameslist
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libuninameslist-ndk25-shared from group com.viliussutkus89.ndk.thirdparty (version 20230916-beta-3)

A library with a large (sparse) array mapping each unicode code point to the annotation data for it provided in http://www.unicode.org/Public/UNIDATA/NamesList.txt

Group: com.viliussutkus89.ndk.thirdparty Artifact: libuninameslist-ndk25-shared
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libuninameslist-ndk25-shared
Group com.viliussutkus89.ndk.thirdparty
Version 20230916-beta-3
Last update 19. December 2023
Organization not specified
URL https://github.com/fontforge/libuninameslist
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libuninameslist-ndk25-static from group com.viliussutkus89.ndk.thirdparty (version 20230916-beta-3)

A library with a large (sparse) array mapping each unicode code point to the annotation data for it provided in http://www.unicode.org/Public/UNIDATA/NamesList.txt

Group: com.viliussutkus89.ndk.thirdparty Artifact: libuninameslist-ndk25-static
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libuninameslist-ndk25-static
Group com.viliussutkus89.ndk.thirdparty
Version 20230916-beta-3
Last update 19. December 2023
Organization not specified
URL https://github.com/fontforge/libuninameslist
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libuninameslist from group com.viliussutkus89.licenseOnly (version 20211114)

A library with a large (sparse) array mapping each unicode code point to the annotation data for it provided in http://www.unicode.org/Public/UNIDATA/NamesList.txt

Group: com.viliussutkus89.licenseOnly Artifact: libuninameslist
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libuninameslist
Group com.viliussutkus89.licenseOnly
Version 20211114
Last update 11. May 2022
Organization not specified
URL https://github.com/fontforge/libuninameslist
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

git-sparse-checkout-plugin from group com.github.gastaldi (version 1.0.0.Alpha3)

A Maven plugin to perform a sparse checkout (fetch only a subtree) from a given Git repository

Group: com.github.gastaldi Artifact: git-sparse-checkout-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact git-sparse-checkout-plugin
Group com.github.gastaldi
Version 1.0.0.Alpha3
Last update 11. May 2020
Organization not specified
URL https://github.com/gastaldi/git-checkout-plugin
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies maven-plugin-api,
There are maybe transitive dependencies!

org.sakaiproject.nakamura.core from group org.sakaiproject.nakamura (version 1.5)

Server that uses a sparse map to represent content mapping closely to a colum database like Cassandra.

Group: org.sakaiproject.nakamura Artifact: org.sakaiproject.nakamura.core
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.sakaiproject.nakamura.core
Group org.sakaiproject.nakamura
Version 1.5
Last update 19. February 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies servlet-api, commons-pool, commons-lang, commons-io, commons-codec, guava-osgi, slf4j-api, mockito-all, org.apache.felix.scr.annotations,
There are maybe transitive dependencies!

poms-shared from group nl.vpro.poms (version 8.2.0)

Generic utility which are not quite generic enough to make it to vpro-shared. TODO: This module is very sparse, I think we should consider dropping it altogether.

Group: nl.vpro.poms Artifact: poms-shared
Show all versions Show documentation Show source 
 

0 downloads
Artifact poms-shared
Group nl.vpro.poms
Version 8.2.0
Last update 12. July 2024
Organization not specified
URL Not specified
License GPLv3
Dependencies amount 2
Dependencies vpro-shared-util, slf4j-ext,
There are maybe transitive dependencies!

dashtext-java from group com.aliyun (version 1.0.0)

DashText is a Python package for DashVector's sparse-dense (hybrid) semantic search which contains a series of text utilities and an integrated tool named SparseVectorEncoder. For more information about DashText, please visit: https://help.aliyun.com/document_detail/2712434.html

Group: com.aliyun Artifact: dashtext-java
Show documentation Show source 
 

0 downloads
Artifact dashtext-java
Group com.aliyun
Version 1.0.0
Last update 10. April 2024
Organization not specified
URL https://help.aliyun.com/document_detail/2510231.html
License Apache License, Version 2.0
Dependencies amount 3
Dependencies jieba-analysis, guava, json,
There are maybe transitive dependencies!

nifiLoader from group nz.ac.waikato.cms.weka (version 1.0.1)

Package for loading a directory containing MRI data in NIfTI format. The directory to be loaded must contain as many subdirectories as there are classes of MRI data. Each subdirectory name will be used as the class label for the corresponding .nii files in that subdirectory. (This is the same strategy as the one used by WEKA's TextDirectoryLoader.) Currently, the package only reads volume information for the first time slot from each .nii file. The readDoubleVol(short ttt) method from the Nifti1Dataset class (http://niftilib.sourceforge.net/java_api_html/Nifti1Dataset.html) is used to read the data for each volume into a sparse WEKA instance (with ttt=0). For an LxMxN volume (the dimensions must be the same for each .nii file in the directory!), the order of values in the generated instance is [(z_1, y_1, x_1), ..., (z_1, y_1, x_L), (z_1, y_2, x_1), ..., (z_1, y_M, x_L), (z_2, y_1, x_1), ..., (z_N, y_M, x_L)]. If the volume is an image, then only x and y coordinates are used.

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

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

ujmp from group org.ujmp (version 0.3.0)

The Universal Java Matrix Package (UJMP) is an open source library for dense and sparse matrix computations and linear algebra in Java. In addition to the basic operations like matrix multiplication, matrix inverse or decomposition methods, it also supports visualization, JDBC import/export and many other useful functions such as mean, correlation, standard deviation, mutual information, or the replacement of missing values. It's a swiss army knife for data processing in Java, tailored to machine learning applications.

Group: org.ujmp Artifact: ujmp
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ujmp
Group org.ujmp
Version 0.3.0
Last update 30. July 2015
Organization Universal Java Matrix Package
URL https://ujmp.org/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 5 from 6 (items total 53)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy