prophet/R/man/get_changepoint_indexes.Rd
2017-02-22 15:59:43 -08:00

18 lines
375 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prophet.R
\name{get_changepoint_indexes}
\alias{get_changepoint_indexes}
\title{Gets changepoint indexes in history dataframe.}
\usage{
get_changepoint_indexes(m)
}
\arguments{
\item{m}{Prophet object.}
}
\value{
array of indexes.
}
\description{
Gets changepoint indexes in history dataframe.
}