47a10bdc |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/CoGAPS.R
\name{CoGapsFromCheckpoint}
\alias{CoGapsFromCheckpoint}
\title{Restart CoGAPS from Checkpoint File}
\usage{
|
dd3a9441 |
CoGapsFromCheckpoint(D, S, nFactor, nIter, checkpointFile)
|
47a10bdc |
}
\arguments{
\item{D}{data matrix}
\item{S}{uncertainty matrix}
|
dd3a9441 |
\item{nFactor}{number of patterns}
\item{nIter}{number of iterations}
\item{checkpointFile}{path to checkpoint file}
|
47a10bdc |
|
dd3a9441 |
\item{path}{path to checkpoint file}
|
47a10bdc |
}
\value{
list with A and P matrix estimates
}
\description{
Restart CoGAPS from Checkpoint File
}
\details{
loads the state of a previous CoGAPS run from a file and
continues the run from that point
}
|
dd3a9441 |
\examples{
data(SimpSim)
result <- CoGAPS(SimpSim.D, SimpSim.S, nFactor=3, nOutputs=250)
}
|
47a10bdc |
|