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

dualPerturbAndCombine from group nz.ac.waikato.cms.weka (version 1.0.0)

Class for building and using classification and regression trees based on the closed-form dual perturb and combine algorithm described in Pierre Geurts, Lous Wehenkel: Closed-form dual perturb and combine for tree-based models. In: Proceedings of the 22nd International Conference on Machine Learning, 233-240, 2005.

Group: nz.ac.waikato.cms.weka Artifact: dualPerturbAndCombine
Show documentation Show source 
 

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

front-end-9.1 from group org.opencypher (version 2.0.0)

Scala implementation of - parser - abstract syntax tree (AST) - semantic analysis - typing - scoping for openCypher queries, resulting in a normalised AST representation of the query string. See https://www.opencypher.org for more information on the openCypher project and query language.

Group: org.opencypher Artifact: front-end-9.1
Show documentation Show source 
 

0 downloads
Artifact front-end-9.1
Group org.opencypher
Version 2.0.0
Last update 22. May 2018
Organization not specified
URL http://components.neo4j.org/${project.artifactId}/${project.version}
License Apache License, Version 2.0
Dependencies amount 10
Dependencies util-9.1, expressions-9.1, rewriting-9.1, parser-9.1, scala-library, scala-reflect, scalatest_2.11, scalacheck_2.11, parboiled-scala_2.11, commons-lang3,
There are maybe transitive dependencies!

multiInstanceLearning from group nz.ac.waikato.cms.weka (version 1.0.9)

A collection of multi-instance learning classifiers. Includes the Citation KNN method, several variants of the diverse density method, support vector machines for multi-instance learning, simple wrappers for applying standard propositional learners to multi-instance data, decision tree and rule learners, and some other methods.

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

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

emotion from group com.microsoft.projectoxford (version 1.0.355)

This client library allows the use of Microsoft's state-of-the-art cloud-based algorithms to detect emotions based on facial expressions. See https://github.com/Microsoft/ProjectOxford-ClientSDK/tree/master/Emotion for more information.

Group: com.microsoft.projectoxford Artifact: emotion
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact emotion
Group com.microsoft.projectoxford
Version 1.0.355
Last update 20. January 2017
Organization not specified
URL https://github.com/Microsoft/ProjectOxford-ClientSDK
License MIT
Dependencies amount 2
Dependencies gson, org.apache.commons.io,
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!

openid-connect-server-spring-boot-samples-default from group net.simpledynamics (version 0.1.1)

A Spring Boot Application configured to mimic the default [MITREid OpenID Connect WebApp](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/tree/master/openid-connect-server-webapp) meant for maven and gradle overlay projects.

Group: net.simpledynamics Artifact: openid-connect-server-spring-boot-samples-default
Show all versions Show documentation Show source 
 

0 downloads
Artifact openid-connect-server-spring-boot-samples-default
Group net.simpledynamics
Version 0.1.1
Last update 28. October 2016
Organization Simple Dynamics
URL https://github.com/simpledynamics/openid-connect-server-spring-boot
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies openid-connect-server-spring-boot-config, openid-connect-server-spring-boot-ui-thymeleaf, spring-boot-starter,
There are maybe transitive dependencies!

prefuseGraphViewer from group nz.ac.waikato.cms.weka (version 1.0.4)

Knowledge Flow visualization component for displaying tree and graph structures from those schemes that can output them. This component is an alternative to the Knowledge Flow's built-in GraphViewer and uses the PrefuseTree and PrefuseGraph packages which, in turn, use the prefuse visualization library.

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

0 downloads
Artifact prefuseGraphViewer
Group nz.ac.waikato.cms.weka
Version 1.0.4
Last update 30. August 2016
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/prefuseGraphViewer
License GNU General Public License 3
Dependencies amount 3
Dependencies weka-stable, prefuseGraph, prefuseTree,
There are maybe transitive dependencies!

android-wysiwyg-editor from group com.github.irshulx (version 0.3.4)

Android WYSIWYG is a text editor written in Android using the native components in the content tree. The library can be used as both Editor and Renderer. The HTML parser helps it easier to integrate with specific web WYSIWY

Group: com.github.irshulx Artifact: android-wysiwyg-editor
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact android-wysiwyg-editor
Group com.github.irshulx
Version 0.3.4
Last update 25. June 2016
Organization not specified
URL http://irshulx.github.io/android-wysiwyg-editor
License The Apache Software License, Version 2.0
Dependencies amount 10
Dependencies jsoup, play-services-maps, support-v4, appcompat-v7, converter-gson, picasso, design, gson, retrofit, play-services-location,
There are maybe transitive dependencies!

alternatingModelTrees from group nz.ac.waikato.cms.weka (version 1.0.0)

Grows an alternating model tree by minimising squared error. For more information see "Eibe Frank, Michael Mayo, Stefan Kramer: Alternating Model Trees. In: Proceedings of the ACM Symposium on Applied Computing, Data Mining Track, 2015".

Group: nz.ac.waikato.cms.weka Artifact: alternatingModelTrees
Show documentation Show source 
 

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

commons-vfs-truezip from group fr.perigee (version 0.0.5)

A commons VFS archive file system using TrueZip to allow R/W operations on zips. According to modular TrueZip nature, this project is also modular, allowing one to use only required compoent (which will pull the right TrueZip dependency tree).

Group: fr.perigee Artifact: commons-vfs-truezip
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact commons-vfs-truezip
Group fr.perigee
Version 0.0.5
Last update 11. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-vfs2,
There are maybe transitive dependencies!



Page 79 from 87 (items total 870)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy