Title: A collection of methods for singular spectrum analysis
Diff between Rssa versions 0.9.9 dated 2013-03-12 and 0.9.10 dated 2013-06-29
Description: This package provides various Singular Spectrum Analysis
routines.
Author: Anton Korobeynikov
Maintainer: Anton Korobeynikov
DESCRIPTION | 10
MD5 | 55 ++--
NAMESPACE | 5
R/common.R | 37 ++
R/hankel.R | 176 ++++++-------
R/hbhankel.R | 106 ++++----
R/init.R | 2
R/plot.R | 480 ++++++++++++++++++++++++++++++-------
R/ssa.R | 9
R/toeplitz.R | 194 ++++++++------
R/wcor.R | 46 ++-
inst/extdata/2dssa.testdata.rda |only
inst/extdata/common.test.methods.R | 4
inst/extdata/gentest-2dssa.R |only
inst/extdata/gentest-toeplitz.R | 1
inst/extdata/toeplitz.testdata.rda |binary
inst/tests/test-2dssa.R |only
inst/tests/test-is.fft.plan.R |only
inst/tests/test-parest.R | 26 +-
inst/tests/test-serialize.R |only
inst/tests/test-wcor.R |only
man/hankel.Rd | 2
man/hbhankel.Rd | 2
man/plot.Rd | 41 +++
man/plot.reconstruct.Rd | 41 +++
man/toeplitz.Rd | 2
man/wcor.Rd | 32 +-
man/wnorm.Rd |only
src/config.h | 2
src/extmat.c | 10
src/hankel.c | 264 ++++++++++----------
src/toeplitz.c | 150 ++++-------
32 files changed, 1075 insertions(+), 622 deletions(-)
Title: Big Random Forests: Classification and Regression Forests for
Large Data Sets
Diff between bigrf versions 0.1-5 dated 2013-04-12 and 0.1-6 dated 2013-06-29
Description: This is an implementation of Leo Breiman's and Adele
Cutler's Random Forest algorithms for classification and
regression, with optimizations for performance and for handling
of data sets that are too large to be processed in memory.
Forests can be built in parallel at two levels. First, trees
can be grown in parallel on a single machine using foreach.
Second, multiple forests can be built in parallel on multiple
machines, then merged into one. For large data sets, disk-based
big.matrix's may be used for storing data and intermediate
computations, to prevent excessive virtual memory swapping by
the operating system. Currently, only classification forests
with a subset of the functionality in Breiman and Cutler's
original code are implemented. More functionality and
regression trees will be added in the future. See file
INSTALL-WINDOWS in the source package for Windows installation
instructions.
Author: Aloysius Lim, Leo Breiman, Adele Cutler
Maintainer: Aloysius Lim
DESCRIPTION | 8 ++---
MD5 | 10 +++---
NEWS | 8 +++++
man/bigrf-package.Rd | 4 +-
src/bigrfc.h | 17 +++++------
src/growtree.cpp | 77 +++++++++++++++++++++++++++++----------------------
6 files changed, 72 insertions(+), 52 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-04-18 1.0-12
2013-04-17 1.0-11
2013-02-11 1.0-10
2012-10-30 1.0-9
2011-09-30 1.0-7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-06-04 0.1.5
2013-02-07 0.1.4
2012-12-17 0.1.3
2012-04-04 0.1.2
2011-11-07 0.1.1
2011-08-03 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-06-01 1.4.1
2013-05-23 1.4
2013-04-03 1.3.2
2013-03-23 1.3.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-06-13 1.6