diff --git a/DESCRIPTION b/DESCRIPTION index 5536568..fe9a8b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -42,6 +42,8 @@ Collate: 'Job-class.R' 'ProcessGraph-class.R' 'SessionConfig-Class.R' + 'apply_prediction.R' 'error.R' + 'train_model.R' Depends: R (>= 4.3.0) diff --git a/NAMESPACE b/NAMESPACE index 4e3fba5..c0fdbd3 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -8,6 +8,7 @@ export(Process) export(ProcessGraph) export(SessionConfig) export(SessionInstance) +export(apply_prediction_opp) export(createSessionInstance) export(getJobIdIndex) export(is.Collection) diff --git a/man/apply_prediction.Rd b/man/apply_prediction.Rd new file mode 100644 index 0000000..5ceb220 --- /dev/null +++ b/man/apply_prediction.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/apply_prediction.R +\docType{data} +\name{apply_prediction} +\alias{apply_prediction} +\title{apply_prediction} +\format{ +An object of class \code{Process} (inherits from \code{R6}) of length 12. +} +\usage{ +apply_prediction +} +\description{ +apply_prediction +} +\keyword{datasets} diff --git a/man/train_model.Rd b/man/train_model.Rd new file mode 100644 index 0000000..9ae50e7 --- /dev/null +++ b/man/train_model.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/train_model.R +\docType{data} +\name{train_model} +\alias{train_model} +\title{train_model} +\format{ +An object of class \code{Process} (inherits from \code{R6}) of length 12. +} +\usage{ +train_model +} +\description{ +train_model +} +\keyword{datasets}