R/StochasticGrid.R

## Copyright 2017 <Jeremy Yee> <jeremyyee@outlook.com.au>
## Generate a stochastic grid using K-Means clustering
################################################################################

StochasticGrid <- function(path, n_grid, max_iter, warning = FALSE) {
    .Call('_rcss_StochasticGrid', PACKAGE = 'rcss', path, n_grid, max_iter, warning)
}

Try the rcss package in your browser

Any scripts or data that you put into this service are public.

rcss documentation built on May 1, 2019, 10:13 p.m.