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

Download JAR files tagged by tree with all dependencies

Search JAR files by class name

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!

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

Package for generating a single Extra-Tree. Use with the RandomCommittee meta classifier to generate an Extra-Trees forest for classification or regression. This classifier requires all predictors to be numeric. Missing values are not allowed. Instance weights are taken into account. For more information, see Pierre Geurts, Damien Ernst, Louis Wehenkel (2006). Extremely randomized trees. Machine Learning. 63(1):3-42.

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

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

jtb from group edu.purdue.cs (version 1.4.12)

JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator. JTB was originally developped at UCLA up to version 1.3.2 (http://compilers.cs.ucla.edu/jtb/) or (http://compilers.cs.ucla.edu/jtb/jtb-2003/). It has been upgraded in version 1.4.0+ (2009-2010), as an embedded tool within the SourceForge Eclipse JavaCC plugin. It is now (2011) provided as a standalone tool in the same hosting environment as JavaCC.

Group: edu.purdue.cs Artifact: jtb
Show documentation Show source 
 

2 downloads
Artifact jtb
Group edu.purdue.cs
Version 1.4.12
Last update 31. December 2016
Organization jtb-javacc
URL https://github.com/jtb-javacc/JTB
License UCLA Compilers Group License
Dependencies amount 1
Dependencies javacc,
There are maybe transitive dependencies!

image-plugin-jai from group it.tidalwave.image (version 1.0-ALPHA-4)

Group: it.tidalwave.image Artifact: image-plugin-jai
Show documentation Show source 
 

0 downloads
Artifact image-plugin-jai
Group it.tidalwave.image
Version 1.0-ALPHA-4
Last update 28. December 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies image-core, image-operations, image-contributions, org-openide-util-lookup, javax-media-jai,
There are maybe transitive dependencies!

dsx from group org.formix (version 0.10.0)

This library leverage method chaining. It is not compliant with the Java XML Standard API. It contains a serializer compatible with Microsoft XmlSerializer input/output XML format. It contains another serializer that is compatible with the DataContractSerializer from Microsoft. Along with the basic soap package provided, it becomes easy to do raw SOAP calls to any SOAP Web service. The XmlDocument class also offer XPath like methods to fetch information from the underlying XML tree.

Group: org.formix Artifact: dsx
Show documentation Show source 
 

0 downloads
Artifact dsx
Group org.formix
Version 0.10.0
Last update 20. August 2015
Organization not specified
URL http://formix.github.io/dsx/
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-codec, commons-lang,
There are maybe transitive dependencies!

alternatingDecisionTrees from group nz.ac.waikato.cms.weka (version 1.0.5)

Binary-class and multi-class alternating decision trees. For more information see: Freund, Y., Mason, L.: The alternating decision tree learning algorithm. In: Proceeding of the Sixteenth International Conference on Machine Learning, Bled, Slovenia, 124-133, 1999. Geoffrey Holmes, Bernhard Pfahringer, Richard Kirkby, Eibe Frank, Mark Hall: Multiclass alternating decision trees. In: ECML, 161-172, 2001.

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

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

mindmap-maven-plugin from group fr.xebia.maven.plugins (version 1.0.1)

This plugin generates a MindMap from the project dependencies. The mindmap file (with the '.mm' extension) can be viewed with Freeplane (free tool). By default, the mindmap shows the full dependency tree. You can filter this tree at generation time by artifact's group id, by providing a parameter 'groupIdsFilteringREGEXMatch' setted with a groupId name fragment (a startswith will be performed). Usage is (for exemple) : mvn fr.xebia.maven.plugins:mindmap-maven-plugin:1.0.0-SNAPSHOT:mindmap with filtering : mvn fr.xebia.maven.plugins:mindmap-maven-plugin:1.0.0-SNAPSHOT:mindmap -DgroupIdsFilteringREGEXMatch=fr.xebia

Group: fr.xebia.maven.plugins Artifact: mindmap-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact mindmap-maven-plugin
Group fr.xebia.maven.plugins
Version 1.0.1
Last update 20. November 2011
Organization not specified
URL https://github.com/ielfatmi/mindmap-maven-plugin
License Apache 2
Dependencies amount 3
Dependencies maven-dependency-tree, maven-plugin-api, velocity-tools,
There are maybe transitive dependencies!

nekopull from group org.cyberneko.pull (version 0.2.4)

NekoPull is an XML document parsing API that extends the Xerces Native Interface (XNI) to provide pull parsing functionality. The pull parsing paradigm is different from tree-based APIs like the Document Object Model (DOM) and event stream APIs like the Simple API for XML (SAX) in that the application controls the parsing of documents. NekoPull is similar to lex in that the application requests, or pulls, the document information one piece at a time instead of having document information pushed to the application.

Group: org.cyberneko.pull Artifact: nekopull
Show documentation Show source 
 

1 downloads
Artifact nekopull
Group org.cyberneko.pull
Version 0.2.4
Last update 19. May 2009
Organization not specified
URL http://people.apache.org/~andyc/neko/doc/pull/index.html
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

enos-dm-api-pojo from group com.envisioniot (version 2.5.11)

EnOS Device And Asset API pojo 0.2.14-SNAPSHOT ota api pojo and event 0.2.20-SNAPSHOT The Response objects returned by GetEvent and SearchEvent queries are added (including: outputData, eventName, outputNames fields) 0.2.21-SNAPSHOT Increase the internationalization of the four-element description field of the model 0.2.22-SNAPSHOT add some pojo class for private api 0.2.23-SNAPSHOT model-service open api的接口中thingModel增加category模型类型字段 0.2.24-SNAPSHOT 部分search接口增加realTime字段 0.2.25-SNAPSHOT firmware add tag function 0.2.27-SNAPSHOT add max and min fields 0.2.28-SNAPSHOT asset tree api for amc/city infra 0.2.29-SNAPSHOT fix thingModel enableMeasurepointValidate 0.2.30-SNAPSHOT enhancement of search model and update asset and alert engine 增加告警规则sdk 0.2.31-SNAPSHOT move asset node 2.4.0-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA 2.4.1-SNAPSHOT service parameter supports "Required" and "Default Value" fields 2.4.2-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA jar 升级 2.4.3-SNAPSHOT add alert-engine v2.5 alertRule openAPI

Group: com.envisioniot Artifact: enos-dm-api-pojo
Show all versions Show documentation Show source 
 

0 downloads
Artifact enos-dm-api-pojo
Group com.envisioniot
Version 2.5.11
Last update 08. February 2024
Organization not specified
URL http://git.eniot.io/iotdev/enos-commons-all.git
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jaxb-api, enos-commons-api-pojo, apim-poseidon, lombok, commons-codec, hibernate-validator,
There are maybe transitive dependencies!

scala-tptp-parser_2.13 from group io.github.leoprover (version 1.7.1)

scala-tptp-parser is a library for parsing the input languages of the TPTP infrastructure for knowledge representation and reasoning. The package contains a data structure for the abstract syntax tree (AST) of the parsed input as well as the parser for the different language of the TPTP, see http://tptp.org for details. In particular, parser are available for: - THF (TH0/TH1): Monomorphic and polymorphic higher-order logic, - TFF (TF0/TF1): Monomorphic and polymorphic typed first-order logic, including extended TFF (TFX), - FOF: Untyped first-order logic, - TCF: Typed clause-normal form, - CNF: (Untyped) clause-normal form, and - TPI: TPTP Process Instruction language. The parser was initially based on v7.4.0.3 of the TPTP syntax BNF (http://tptp.org/TPTP/SyntaxBNF.html), but is continuously updated to keep track of TPTP language updates.

Group: io.github.leoprover Artifact: scala-tptp-parser_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-tptp-parser_2.13
Group io.github.leoprover
Version 1.7.1
Last update 25. March 2023
Organization io.github.leoprover
URL https://github.com/leoprover/scala-tptp-parser
License MIT
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!



Page 82 from 87 (items total 870)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy