View source: R/exact_predict.R
exact_predict | R Documentation |
Perform prediction on testing data using training data and pre-estimated theta vector
exact_predict(
data_train = list(x, y, z),
data_test = list(x, y),
kernel = c("ugsm-s", "ugsmn-s", "ugnsm-s", "bgsfm-s", "bgsbm-s", "ugsm-s", "ugsm-st"),
dmetric = c("euclidean", "great_circle"),
theta,
computation = 0
)
dmetric |
string - distance metric - "euclidean" or "great_circle" |
data_train: |
list of training data |
data_test: |
list of testing data |
kernel: |
string - kernel ("ugsm-s", "ugsmn-s", "bgsfm-s", "bgspm-s", "tgspm-s", "ugsm-st", "bgsm-st") |
theta: |
list of n parameters (estimated theta) |
computation: |
integer - computation method |
list of predicted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.