arg_check_predict: Check the prediction function args

View source: R/arg_check.R

arg_check_predictR Documentation

Check the prediction function args

Description

Check the prediction function args

Usage

arg_check_predict(data_train, data_test, theta, dmetric)

Arguments

data_train

A list of x vector (x-dim), y vector (y-dim), and z observation vector

data_test

A list of x vector (x-dim) and y vector (y-dim)

dmetric

A string - distance metric - "euclidean" or "great_circle"

theta:

list of n parameters

Value

dmetric as integer


ecrc/exageostatR documentation built on June 9, 2025, 9:06 p.m.