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

Download JAR files tagged by zhang with all dependencies

Search JAR files by class name

tree-edit-distance from group de.unistuttgart.ims (version 0.0.1)

This library is an implementation of Zhang and Shasha's algorithm [Zhang89] for calculating tree edit distance.

Group: de.unistuttgart.ims Artifact: tree-edit-distance
Show documentation Show source 
 

0 downloads
Artifact tree-edit-distance
Group de.unistuttgart.ims
Version 0.0.1
Last update 06. April 2016
Organization not specified
URL https://github.com/nilsreiter/tree-edit-distance
License BSD 3-Clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

paoding-rose-jade from group cn.zhangfusheng (version 6.0.1)

Simplify es operations,https://gitee.com/fusheng_zhang/paoding-rose-jade/blob/master/README.md

Group: cn.zhangfusheng Artifact: paoding-rose-jade
Show all versions Show documentation Show source 
 

0 downloads
Artifact paoding-rose-jade
Group cn.zhangfusheng
Version 6.0.1
Last update 28. March 2024
Organization not specified
URL https://gitee.com/fusheng_zhang/paoding-rose-jade/
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies spring-context, commons-lang, commons-jexl3, commons-jexl, commons-collections, spring-jdbc, spring-boot-autoconfigure, spring-data-commons, commons-lang3,
There are maybe transitive dependencies!

paoding-rose-elasticsearch from group cn.zhangfusheng (version 1.7)

Simplify es operations,https://gitee.com/fusheng_zhang/paoding-rose-elasticsearch/blob/master/README.md

Group: cn.zhangfusheng Artifact: paoding-rose-elasticsearch
Show all versions Show documentation Show source 
 

0 downloads
Artifact paoding-rose-elasticsearch
Group cn.zhangfusheng
Version 1.7
Last update 22. March 2024
Organization not specified
URL https://gitee.com/fusheng_zhang/paoding-rose-elasticsearch/tree/master
License The Apache Software License, Version 2.0
Dependencies amount 15
Dependencies elasticsearch, elasticsearch-rest-high-level-client, spring-context, lombok, logback-classic, slf4j-api, mybatis, commons-lang3, fastjson, spring-data-commons, commons-jexl3, elasticsearch-sql-core, jackson-databind, jackson-core, jackson-annotations,
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!

zhang-shasha-java from group com.github.tmatek (version 1.01)

A Java implementation of Zhang-Shasha algorithm for ordered tree distance calculation. Calculates a series of transformations required to transform one tree into another. Every transformation has an associated cost. The sum of costs of all transformations is minimal - the tree distance.

Group: com.github.tmatek Artifact: zhang-shasha-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact zhang-shasha-java
Group com.github.tmatek
Version 1.01
Last update 20. January 2017
Organization not specified
URL https://github.com/tmatek/zhang-shasha-java
License MIT License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

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

Class for building and using a Discriminative Multinomial Naive Bayes classifier. For more information see: Jiang Su,Harry Zhang,Charles X. Ling,Stan Matwin: Discriminative Parameter Learning for Bayesian Networks. In: ICML 2008', 2008.

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

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

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

This module provides two packages, 'trees' and 'forests', which provide algorithms to compute edit distances on trees and forests (that is, unordered or ordered lists of trees) respectively. The edit distance is computed according to the tree edit distance algorithm of Zhang and Shasha (1989). The basic tree data structure is defined by the Tree interface in the trees module. Please refer to the javadoc for more detailed information.

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

0 downloads
Artifact trees
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 2
Dependencies algorithms, sets,
There are maybe transitive dependencies!

JTransforms from group edu.emory.mathcs (version 2.4)

JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang.

Group: edu.emory.mathcs Artifact: JTransforms
Show documentation Show source 
 

7 downloads
Artifact JTransforms
Group edu.emory.mathcs
Version 2.4
Last update 19. May 2012
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

JTransforms from group org.openimaj (version 1.3.10)

JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang. This version has been modified to daemonize threads and stop any application using the library waiting after execution has finished, and is based on revision 29 of the svn version of the code from 2014-05-18.

Group: org.openimaj Artifact: JTransforms
Show all versions Show documentation Show source 
 

12 downloads
Artifact JTransforms
Group org.openimaj
Version 1.3.10
Last update 09. February 2020
Organization not specified
URL https://sites.google.com/site/piotrwendykier/software/jtransforms
License MPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 1 (items total 9)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy