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

Download JAR files tagged by simple with all dependencies

Search JAR files by class name

jgeohash from group de.alpharogroup (version 2.5.2)

An easy-to-implement library that can assist Java developers in using the GeoHash algorithm in order to create geocodes based on custom latitude and longitude values. With the help of jGeohash, Java developers will be able to quickly and easily generate a geohash code using user-defined latitude and longitude values. By using the GeoHash algorithm, the space can be divided into multiple grid shapes. This library is a basic implementation from the GeoHash algorithm written in the java and can be applied to generate from the latitude and longitude a geohash code and reverse. The library is kept simple and have no dependencies to other libraries.

Group: de.alpharogroup Artifact: jgeohash
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact jgeohash
Group de.alpharogroup
Version 2.5.2
Last update 21. December 2018
Organization not specified
URL http://astrapi69.github.io/jgeohash/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jgeohash-core from group de.alpharogroup (version 2.5.2)

Group: de.alpharogroup Artifact: jgeohash-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact jgeohash-core
Group de.alpharogroup
Version 2.5.2
Last update 21. December 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jobject-merge-api,
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!

access-modifier-suppressions from group org.kohsuke (version 1.16)

This module allows you to enable suppressions for turning off warnings about Restricted APIs. !!!WARNING!!! Classes are marked as @Restricted for a reason and this module should not be used lightly! It implies that the author does not intend for them to be used outside their defined scope and as such they may be changed/modified/removed at any stage without warning. A simple upgrade of the dependency may break your module. Use at your own risk. You should try to not use @Restricted classes in the first place, but if you _must_ use them, this is a less-brutal approach than just disabling the access-modifier-checker entirely

Group: org.kohsuke Artifact: access-modifier-suppressions
Show documentation Show source 
 

0 downloads
Artifact access-modifier-suppressions
Group org.kohsuke
Version 1.16
Last update 05. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies access-modifier-annotation,
There are maybe transitive dependencies!

dhelm-indicators from group in.kncsolutions.dhelm.indicators (version 1.0.1)

Dhelm is a set of java-based open source libraries which can be used to develop software to perform technical analysis in stock market. The dhelm-indicator package includes APIs to calculate few common indicators. APIs for following indicators have been packaged into the v 1.0.0- 1. Simple Moving Average(SMA). 2. Exponential Moving Average(EMA). 3. Moving Average Convergence Divergence(MACD). 4. On Balance Volume(OBV). 5. Parabolic Stop and Reverse(PSAR). 6. Relative Strength Index(RSI). 7. Average Directional Index(ADX). 8. Bollinger Bands 9. Chaikin Money flow index. 10.Rate of Change(ROC). 11.Money Flow Index(MFI).

Group: in.kncsolutions.dhelm.indicators Artifact: dhelm-indicators
Show all versions Show documentation Show source 
 

1 downloads
Artifact dhelm-indicators
Group in.kncsolutions.dhelm.indicators
Version 1.0.1
Last update 26. June 2018
Organization KNC Solutions Private Limited.
URL https://dhelm.kncsolutions.in
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies dhelm-exceptions, dhelm-mathcal,
There are maybe transitive dependencies!

datetime from group edu.utah.bmi.pojava (version 3.0.4)

POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed. This is a forked version edited by Jianlin

Group: edu.utah.bmi.pojava Artifact: datetime
Show documentation Show source 
 

4 downloads
Artifact datetime
Group edu.utah.bmi.pojava
Version 3.0.4
Last update 28. April 2018
Organization not specified
URL https://github.com/jianlins/pojava-datetime
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mrglvq from group de.cit-ec.ml (version 0.1.0)

This project contains a Java implementation of median relational generalized learning vector quantization as proposed by Nebel, Hammer, Frohberg, and Villmann (2015, doi:10.1016/j.neucom.2014.12.096). Given a matrix of pairwise distances D and a vector of labels Y it identifies prototypical data points (i.e. rows of D) which help to classify the data set using a simple nearest neighbor rule. In particular, the algorithm optimizes the generalized learning vector quantization cost function (Sato and Yamada, 1995) via an expectation maximization scheme where in each iteration one prototype 'jumps' to another data point in order to improve the cost function. If the cost function can not be improved anymore for any of the data points, the algorithm terminates.

Group: de.cit-ec.ml Artifact: mrglvq
Show documentation Show source 
 

0 downloads
Artifact mrglvq
Group de.cit-ec.ml
Version 0.1.0
Last update 27. January 2018
Organization not specified
URL https://gitlab.ub.uni-bielefeld.de/bpaassen/median_relational_glvq
License The GNU General Public License, Version 3
Dependencies amount 1
Dependencies rng,
There are maybe transitive dependencies!

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

Meta classifier that allows standard classification algorithms to be applied to ordinal class problems. For more information see: Eibe Frank, Mark Hall: A Simple Approach to Ordinal Classification. In: 12th European Conference on Machine Learning, 145-156, 2001. Robert E. Schapire, Peter Stone, David A. McAllester, Michael L. Littman, Janos A. Csirik: Modeling Auction Price Uncertainty Using Boosting-based Conditional Density Estimation. In: Machine Learning, Proceedings of the Nineteenth International Conference (ICML 2002), 546-553, 2002.

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

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

classificationViaClustering from group nz.ac.waikato.cms.weka (version 1.0.7)

A simple meta-classifier that uses a clusterer for classification. For cluster algorithms that use a fixed number of clusterers, like SimpleKMeans, the user has to make sure that the number of clusters to generate are the same as the number of class labels in the dataset in order to obtain a useful model. Note: at prediction time, a missing value is returned if no cluster is found for the instance. The code is based on the 'clusters to classes' functionality of the weka.clusterers.ClusterEvaluation class by Mark Hall.

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

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

org.talend.esb.branding from group org.talend.esb (version 6.2.2)

Group: org.talend.esb Artifact: org.talend.esb.branding
Show all versions Show source 
 

0 downloads
Artifact org.talend.esb.branding
Group org.talend.esb
Version 6.2.2
Last update 06. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1145 from 1156 (items total 11553)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy