1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,36 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/CoGAPS.R |
|
3 |
-\name{CoGapsFromCheckpoint} |
|
4 |
-\alias{CoGapsFromCheckpoint} |
|
5 |
-\title{Restart CoGAPS from Checkpoint File} |
|
6 |
-\usage{ |
|
7 |
-CoGapsFromCheckpoint(D, S, nFactor, nIter, checkpointFile) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{D}{data matrix} |
|
11 |
- |
|
12 |
-\item{S}{uncertainty matrix} |
|
13 |
- |
|
14 |
-\item{nFactor}{number of patterns} |
|
15 |
- |
|
16 |
-\item{nIter}{number of iterations} |
|
17 |
- |
|
18 |
-\item{checkpointFile}{path to checkpoint file} |
|
19 |
- |
|
20 |
-\item{path}{path to checkpoint file} |
|
21 |
-} |
|
22 |
-\value{ |
|
23 |
-list with A and P matrix estimates |
|
24 |
-} |
|
25 |
-\description{ |
|
26 |
-Restart CoGAPS from Checkpoint File |
|
27 |
-} |
|
28 |
-\details{ |
|
29 |
-loads the state of a previous CoGAPS run from a file and |
|
30 |
- continues the run from that point |
|
31 |
-} |
|
32 |
-\examples{ |
|
33 |
-data(SimpSim) |
|
34 |
-result <- CoGAPS(SimpSim.D, SimpSim.S, nFactor=3, nOutputs=250) |
|
35 |
-} |
|
36 |
- |
... | ... |
@@ -4,16 +4,20 @@ |
4 | 4 |
\alias{CoGapsFromCheckpoint} |
5 | 5 |
\title{Restart CoGAPS from Checkpoint File} |
6 | 6 |
\usage{ |
7 |
-CoGapsFromCheckpoint(D, S, path, checkpointFile = NA) |
|
7 |
+CoGapsFromCheckpoint(D, S, nFactor, nIter, checkpointFile) |
|
8 | 8 |
} |
9 | 9 |
\arguments{ |
10 | 10 |
\item{D}{data matrix} |
11 | 11 |
|
12 | 12 |
\item{S}{uncertainty matrix} |
13 | 13 |
|
14 |
-\item{path}{path to checkpoint file} |
|
14 |
+\item{nFactor}{number of patterns} |
|
15 |
+ |
|
16 |
+\item{nIter}{number of iterations} |
|
17 |
+ |
|
18 |
+\item{checkpointFile}{path to checkpoint file} |
|
15 | 19 |
|
16 |
-\item{checkpointFile}{name for future checkpooints made} |
|
20 |
+\item{path}{path to checkpoint file} |
|
17 | 21 |
} |
18 | 22 |
\value{ |
19 | 23 |
list with A and P matrix estimates |
... | ... |
@@ -25,4 +29,8 @@ Restart CoGAPS from Checkpoint File |
25 | 29 |
loads the state of a previous CoGAPS run from a file and |
26 | 30 |
continues the run from that point |
27 | 31 |
} |
32 |
+\examples{ |
|
33 |
+data(SimpSim) |
|
34 |
+result <- CoGAPS(SimpSim.D, SimpSim.S, nFactor=3, nOutputs=250) |
|
35 |
+} |
|
28 | 36 |
|
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,28 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/CoGAPS.R |
|
3 |
+\name{CoGapsFromCheckpoint} |
|
4 |
+\alias{CoGapsFromCheckpoint} |
|
5 |
+\title{Restart CoGAPS from Checkpoint File} |
|
6 |
+\usage{ |
|
7 |
+CoGapsFromCheckpoint(D, S, path, checkpointFile = NA) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{D}{data matrix} |
|
11 |
+ |
|
12 |
+\item{S}{uncertainty matrix} |
|
13 |
+ |
|
14 |
+\item{path}{path to checkpoint file} |
|
15 |
+ |
|
16 |
+\item{checkpointFile}{name for future checkpooints made} |
|
17 |
+} |
|
18 |
+\value{ |
|
19 |
+list with A and P matrix estimates |
|
20 |
+} |
|
21 |
+\description{ |
|
22 |
+Restart CoGAPS from Checkpoint File |
|
23 |
+} |
|
24 |
+\details{ |
|
25 |
+loads the state of a previous CoGAPS run from a file and |
|
26 |
+ continues the run from that point |
|
27 |
+} |
|
28 |
+ |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,28 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/CoGAPS.R |
|
3 |
-\name{CoGapsFromCheckpoint} |
|
4 |
-\alias{CoGapsFromCheckpoint} |
|
5 |
-\title{Restart CoGAPS from Checkpoint File} |
|
6 |
-\usage{ |
|
7 |
-CoGapsFromCheckpoint(D, S, path, checkpointFile = NA) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{D}{data matrix} |
|
11 |
- |
|
12 |
-\item{S}{uncertainty matrix} |
|
13 |
- |
|
14 |
-\item{path}{path to checkpoint file} |
|
15 |
- |
|
16 |
-\item{checkpointFile}{name for future checkpooints made} |
|
17 |
-} |
|
18 |
-\value{ |
|
19 |
-list with A and P matrix estimates |
|
20 |
-} |
|
21 |
-\description{ |
|
22 |
-Restart CoGAPS from Checkpoint File |
|
23 |
-} |
|
24 |
-\details{ |
|
25 |
-loads the state of a previous CoGAPS run from a file and |
|
26 |
- continues the run from that point |
|
27 |
-} |
|
28 |
- |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,26 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/CoGAPS.R |
|
3 |
+\name{CoGapsFromCheckpoint} |
|
4 |
+\alias{CoGapsFromCheckpoint} |
|
5 |
+\title{Restart CoGAPS from Checkpoint File} |
|
6 |
+\usage{ |
|
7 |
+CoGapsFromCheckpoint(D, S, path) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{D}{data matrix} |
|
11 |
+ |
|
12 |
+\item{S}{uncertainty matrix} |
|
13 |
+ |
|
14 |
+\item{path}{path to checkpoint file} |
|
15 |
+} |
|
16 |
+\value{ |
|
17 |
+list with A and P matrix estimates |
|
18 |
+} |
|
19 |
+\description{ |
|
20 |
+Restart CoGAPS from Checkpoint File |
|
21 |
+} |
|
22 |
+\details{ |
|
23 |
+loads the state of a previous CoGAPS run from a file and |
|
24 |
+ continues the run from that point |
|
25 |
+} |
|
26 |
+ |