-
Private Feed Forward Neural Network Trainer in AGINFRAplus
The algorithm trains a Feed Forward Artificial Neural Network using an online Back-Propagation procedure and returns the training error and a binary file containing the trained... -
Private Lof in AGINFRAplus
Local Outlier Factor (LOF). A clustering algorithm for real valued vectors that relies on Local Outlier Factor algorithm, i.e. an algorithm for finding anomalous data points by... -
Private Stat Val in AGINFRAplus
statistical validation of networks. It takes in input the edgelist of a (INTEGER-)WEIGHTED UNIPARTITE DIRECTED or BINARY BIPARTITE network and returns an output network that is... -
Private Xmeans in AGINFRAplus
A clustering algorithm for occurrence points that relies on the X-Means algorithm, i.e. an extended version of the K-Means algorithm improved by an Improve-Structure part. A... -
Private Kmeans in AGINFRAplus
A clustering algorithm for real valued vectors that relies on the k-means algorithm, i.e. a method aiming to partition n observations into k clusters in which each observation... -
Private Time Geo Chart in AGINFRAplus
An algorithm producing an animated gif displaying quantities as colors in time. The color indicates the sum of the values recorded in a country. -
Private Dbscan in AGINFRAplus
A clustering algorithm for real valued vectors that relies on the density-based spatial clustering of applications with noise (DBSCAN) algorithm. A maximum of 4000 points is... -
Private Time Series Analysis in AGINFRAplus
An algorithms applying signal processing to a non uniform time series. A maximum of 10000 distinct points in time is allowed to be processed. The process uniformly samples the... -
Private Time Series Charts in AGINFRAplus
An algorithm producing time series charts of attributes vs. quantities. Charts are displayed per quantity column and superposing quantities are summed. -
Private Geo Chart in AGINFRAplus
An algorithm producing a charts that displays quantities as colors of countries. The color indicates the sum of the values recorded in a country. -
Private Feed Forward Neural Network Regressor in AGINFRAplus
The algorithm simulates a real-valued vector function using a trained Feed Forward Artificial Neural Network and returns a table containing the function actual inputs and the... -
Private Feed Forward Neural Network Trainer in AGINFRAplus
The algorithm trains a Feed Forward Artificial Neural Network using an online Back-Propagation procedure and returns the training error and a binary file containing the trained...