Home / jprogram / JProGraM 13.2
Name Modified Size InfoDownloads / Week
Parent folder
ChangeLog.txt 2013-02-13 4.1 kB
JProGraM_13-2.tar.gz 2013-02-13 9.9 MB
Totals: 2 Items   9.9 MB 0
JProGraM 13.2 -- CHANGE LOG

Release date: February 13, 2012

New features:
-- Support for Fiedler random graphs/random field models for large-scale networks (ninofreno.graph.fiedler package);
-- Various bugfixes and enhancements (especially in the ninofreno.graph and ninofreno.math package).

--------------------------------

JProGraM 12.8 -- CHANGE LOG

Release date: August , 2012

This is a major update of JProGraM. Most notable additions include:
-- A basic implementation of multilayer feedforward neural networks (ninofreno.ann package);
-- Erdős-Rényi, Watts-Strogatz, and Barabási-Albert random network models (ninofreno.graph.gen package);
-- Markov and higher-order exponential random graph models for networks, using k-star and k-triangle statistics (ninofreno.graph.ergm package);
-- Subgraph sampling algorithms for undirected networks (random walk, random jump, snowball, inducent and incident subgraph sampler), along with methods for computing graph spectra (ninofreno.graph package);
-- Area under the ROC curve calculator (ninofreno.data package);
-- Lots of bugfixes and enhancements.

--------------------------------

JProGraM 10.5 -- CHANGE LOG

Release date: May 30, 2010

-- Support for continuous graphical models has been added: Gaussian, nonparanormal, and kernel-based Markov random fields, hybrid random fields and Bayes nets are now implemented;
-- Routines for kernel-based conditional density estimation (Nadaraya-Watson estimators) have been implemented, with support for scalable dual-tree recursion techniques (used in the bandwidth selection routines);
-- Methods for generating arbitrarily shaped multivariate density functions and for sampling datasets from them have been added;
-- Independent Component Analysis is now also supported (by wrapping the FastICA library);
-- Gaussian mixture models have been greatly improved by adding support for expectation-maximization, fixing some numerical stability issues and differentiating a simpler version with diagonal covariance matrices from a more complex version with full covariance matrices;
-- Other minor features have been added, and a number of corrections have been introduced.

Note that the Gaussian and nonparanormal Markov random fields relying on the graphical lasso technique require a working R distribution (http://www.r-project.org/) to be installed on your system, including in particular the external glasso package (http://www-stat.stanford.edu/~tibs/glasso/). Provided that R and the glasso package are correctly installed, the relevant JProGraM routines are able to exploit the R installation without any manual intervention. This means that users of the JProGraM library can sinmply call the routines executing the graphical lasso within their Java code without the need to manipulate any R code. (This has been tested successfully on several Linux distributions, but not on Windows or Mac OS X).

--------------------------------

JProGraM 9.1 -- CHANGE LOG

Release date: January 29, 2009

-- Principal Components Analysis is now supported;
-- A number of bugs within the ninofreno.gmm and ninofreno.clustering packages have been fixed;
-- Other minor features have been added (especially within the MyMath class).

--------------------------------

JProGraM 8.10 -- CHANGE LOG

Release date: October 7, 2008

The following algorithms are now supported by JProGraM: 
-- K-Means (for clustering);
-- Kaufman-Rousseuw algorithm for initializing cluster centroids;
-- Gaussian Mixture Model for probability density function estimation.

--------------------------------

JProGraM 8.6 -- CHANGE LOG

Release date: June 8, 2008

The following statistical models are now supported by JProGraM: 
-- Parzen Windows for probability density function estimation;
-- Probabilistic decision trees for discrete pattern classification;
-- Dependency networks for discrete pseudo-likelihood estimation.

--------------------------------

JProGraM 8.1

Release date: February 16, 2008

The following statistical models are supported by JProGraM: 
-- Bayesian networks;
-- Markov random fields;
-- Hybrid random fields.

Source: README.txt, updated 2013-02-13