FTR_CP | R Documentation |
Frequentist Tensor Regression with the CP decomposition
FTR_CP(input, rank = 1, epsilon = 1e-08, max.iter = 1000)
input |
An object of class |
rank |
The rank of the CP decomposition to be used |
epsilon |
a value for the stopping rule of the algorithm. Specifically, this is the upper bound for the differences in the log-likelihood between two iterations of the algorithm. |
max.iter |
the maximum number of iterations to use before stopping the algorithm |
A list with elements gam
(vector coefficient result),
betas
(tensor decomposition components), B
(the tensor ,
coefficient), and total_time
(time spent to complete the analysis).
## Not run:
input <- TR_simulated_data()
results <- FTR_CP(input)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.