mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-23 22:13:46 +00:00
18 lines
372 B
R
18 lines
372 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{get_changepoint_matrix}
|
|
\alias{get_changepoint_matrix}
|
|
\title{Gets changepoint matrix for history dataframe.}
|
|
\usage{
|
|
get_changepoint_matrix(m)
|
|
}
|
|
\arguments{
|
|
\item{m}{Prophet object.}
|
|
}
|
|
\value{
|
|
array of indexes.
|
|
}
|
|
\description{
|
|
Gets changepoint matrix for history dataframe.
|
|
}
|
|
|