powered by
This function makes it simple to initalise an AFF object.
initAFFMean(eta = 0.1)
An AFF object.
The value of the step size in the gradient descent. Default is eta=0.01.
library(Rcpp) aff1 <- initAFFMean() # initialises with eta=0.01 aff2 <- initAFFMean(0.1) # initialises with eta=0.1
Run the code above in your browser using DataLab