R/predict.R

Defines functions predict.textmodel_lda

#' @noRd
#' @param object a fitted LDA textmodel.
#' @param ... not used
#' @keywords internal
#' @export
predict.textmodel_lda <- function(object, ...) {
    .Defunct(msg = "predict() is deprecated; use the model argument in textmodel_lda() to predict topics of new documents")
}

Try the seededlda package in your browser

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

seededlda documentation built on April 4, 2025, 2:33 a.m.