get_changepoint_matrix.Rd 390 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{get_changepoint_matrix}
  4. \alias{get_changepoint_matrix}
  5. \title{Gets changepoint matrix for history dataframe.}
  6. \usage{
  7. get_changepoint_matrix(m)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. }
  12. \value{
  13. array of indexes.
  14. }
  15. \description{
  16. Gets changepoint matrix for history dataframe.
  17. }
  18. \keyword{internal}