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

Download .test JAR files with dependency

Search JAR files by class name

neo4j-cypher-compiler-3.3 from group org.neo4j (version 3.3.9)

Compiler for Cypher 3.3

Group: org.neo4j Artifact: neo4j-cypher-compiler-3.3
Show all versions Show documentation Show source 
 

4 downloads
Artifact neo4j-cypher-compiler-3.3
Group org.neo4j
Version 3.3.9
Last update 02. November 2018
Organization not specified
URL http://components.neo4j.org/${project.artifactId}/${project.version}
License GNU General Public License, Version 3
Dependencies amount 7
Dependencies scala-library, scala-reflect, neo4j-cypher-frontend-3.3, neo4j-cypher-ir-3.3, neo4j-cypher-logical-plans-3.3, parboiled-scala_2.11, caffeine,
There are maybe transitive dependencies!

sticky-mockwire-spring4 from group net.stickycode.mockwire (version 1.1)

Implementation of mockwire context management using Spring as the di container

Group: net.stickycode.mockwire Artifact: sticky-mockwire-spring4
Show documentation Show source 
 

0 downloads
Artifact sticky-mockwire-spring4
Group net.stickycode.mockwire
Version 1.1
Last update 01. November 2018
Organization not specified
URL https://stickycode.readthedocs.io/en/latest/mockwire/index.html
License not specified
Dependencies amount 4
Dependencies sticky-mockwire, sticky-configured-spring4, sticky-metadata-reflective, sticky-composite-logging-deploy,
There are maybe transitive dependencies!

sticky-mockwire-spring from group net.stickycode.mockwire (version 5.1)

Implementation of mockwire context management using Spring as the di container

Group: net.stickycode.mockwire Artifact: sticky-mockwire-spring
Show documentation Show source 
 

0 downloads
Artifact sticky-mockwire-spring
Group net.stickycode.mockwire
Version 5.1
Last update 01. November 2018
Organization not specified
URL https://stickycode.readthedocs.io/en/latest/mockwire/index.html
License not specified
Dependencies amount 4
Dependencies sticky-mockwire, sticky-configured-spring, sticky-metadata-reflective, sticky-composite-logging-deploy,
There are maybe transitive dependencies!

sticky-mockwire-mockito from group net.stickycode.mockwire (version 8.1)

Mockito mocker implementation for Mockwire, used to provide mocks of services not under test in an isolated context

Group: net.stickycode.mockwire Artifact: sticky-mockwire-mockito
Show all versions Show documentation Show source 
 

0 downloads
Artifact sticky-mockwire-mockito
Group net.stickycode.mockwire
Version 8.1
Last update 01. November 2018
Organization not specified
URL https://stickycode.readthedocs.io/en/latest/mockwire/index.html
License not specified
Dependencies amount 2
Dependencies sticky-mockwire-api, mockito-core,
There are maybe transitive dependencies!

sticky-bootstrap-spring4 from group net.stickycode.bootstrap (version 2.5)

Bootstrap support for spring that will scan the given packages and contruct a context for it

Group: net.stickycode.bootstrap Artifact: sticky-bootstrap-spring4
Show all versions Show documentation Show source 
 

0 downloads
Artifact sticky-bootstrap-spring4
Group net.stickycode.bootstrap
Version 2.5
Last update 01. November 2018
Organization not specified
URL https://stickycode.readthedocs.io/en/latest/bootstrap/index.html
License not specified
Dependencies amount 4
Dependencies sticky-reflector, sticky-composite-spring4, sticky-metadata-reflective, sticky-bootstrap-api,
There are maybe transitive dependencies!

sticky-scheduled-spring from group net.stickycode.scheduled (version 5.1)

Taking the configuration out of applications, using the same principles that underly dependency injection

Group: net.stickycode.scheduled Artifact: sticky-scheduled-spring
Show documentation Show source 
 

0 downloads
Artifact sticky-scheduled-spring
Group net.stickycode.scheduled
Version 5.1
Last update 01. November 2018
Organization not specified
URL https://stickycode.readthedocs.io/en/latest/scheduled/index.html
License not specified
Dependencies amount 2
Dependencies sticky-configured-spring, sticky-scheduled,
There are maybe transitive dependencies!

sticky-configured-spring from group net.stickycode.configured (version 5.1)

Taking the configuration out of applications, using the same principles that underly dependency injection

Group: net.stickycode.configured Artifact: sticky-configured-spring
Show documentation Show source 
 

0 downloads
Artifact sticky-configured-spring
Group net.stickycode.configured
Version 5.1
Last update 01. November 2018
Organization not specified
URL https://stickycode.readthedocs.io/en/latest/configured/index.html
License not specified
Dependencies amount 3
Dependencies sticky-reflector, sticky-configured, sticky-bootstrap-spring,
There are maybe transitive dependencies!

org.wso2.carbon.iot.integration.test.web.ui.integration from group org.wso2.iot (version 3.3.1)

Group: org.wso2.iot Artifact: org.wso2.carbon.iot.integration.test.web.ui.integration
Show all versions Show source 
 

0 downloads
Artifact org.wso2.carbon.iot.integration.test.web.ui.integration
Group org.wso2.iot
Version 3.3.1
Last update 31. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies org.wso2.carbon.iot.core.integration.ui.pages, org.wso2.carbon.automation.engine, org.wso2.carbon.automation.test.utils, org.wso2.carbon.integration.common.extensions, org.wso2.carbon.iot.integration.common,
There are maybe transitive dependencies!

gridSearch from group nz.ac.waikato.cms.weka (version 1.0.12)

Performs a grid search of parameter pairs for the a classifier (Y-axis, default is LinearRegression with the "Ridge" parameter) and the PLSFilter (X-axis, "# of Components") and chooses the best pair found for the actual predicting. The initial grid is worked on with 2-fold CV to determine the values of the parameter pairs for the selected type of evaluation (e.g., accuracy). The best point in the grid is then taken and a 10-fold CV is performed with the adjacent parameter pairs. If a better pair is found, then this will act as new center and another 10-fold CV will be performed (kind of hill-climbing). This process is repeated until no better pair is found or the best pair is on the border of the grid. In case the best pair is on the border, one can let GridSearch automatically extend the grid and continue the search. Check out the properties 'gridIsExtendable' (option '-extend-grid') and 'maxGridExtensions' (option '-max-grid-extensions <num>'). GridSearch can handle doubles, integers (values are just cast to int) and booleans (0 is false, otherwise true). float, char and long are supported as well. The best filter/classifier setup can be accessed after the buildClassifier call via the getBestFilter/getBestClassifier methods. Note on the implementation: after the data has been passed through the filter, a default NumericCleaner filter is applied to the data in order to avoid numbers that are getting too small and might produce NaNs in other schemes.

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

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

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

Package containing a class that rescales the attributes in a classification problem based on their discriminative power. This is useful as a pre-processing step for learning algorithms such as the k-nearest-neighbour method, to replace simple normalization. Each attribute is rescaled by multiplying it with a learned weight. All attributes excluding the class are assumed to be numeric and missing values are not permitted. To achieve the rescaling, this package also contains an implementation of non-negative logistic regression, which produces a logistic regression model with non-negative weights .

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

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



Page 2015 from 2580 (items total 25800)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy