linearcorex | R Documentation |
EXPERIMENTAL implmentation of linearcorex algorithm
linearcorex( data, n_hidden = 10, max_iter = 10000, tol = 1e-05, anneal = TRUE, discourage_overlap = TRUE, gaussianize = "standard", verbose = FALSE )
data |
Data provided by user. |
n_hidden |
An integer number of hidden variables to search for. Default = 10. |
max_iter |
numeric. Maximum number of iterations. Default = 10000 |
tol |
Tolerance |
anneal |
Default = TRUE |
discourage_overlap |
Default = TRUE |
gaussianize |
Default = standard |
verbose |
Default = FALSE |
Experimental implementation of https://github.com/gregversteeg/LinearCorex. Currently not fully tested.
Returns linearcorex fit objects as a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.