arg_check_predict | R Documentation |
Check the prediction function args
arg_check_predict(data_train, data_test, theta, dmetric)
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 |
dmetric as integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.