a smoothing parameter for word counts; defaults to zero.
nd
Number of dimensions to be included in output; if NA (the
default) then the maximum possible dimensions are included.
sparse
retains the sparsity if set to TRUE; set it to
TRUE if x (the dfm) is too big to be allocated after
converting to dense
residual_floor
specifies the threshold for the residual matrix for
calculating the truncated svd.Larger value will reduce memory and time cost
but might reduce accuracy; only applicable when sparse = TRUE
Value
textmodel_ca() returns a fitted CA textmodel that is a special
class of ca object.
Details
svds in the RSpectra package is applied to
enable the fast computation of the SVD.