Raw File
# Generated by roxygen2: do not edit by hand

S3method(print,arena_live)
S3method(print,arena_static)
S3method(push_dataset,arena_live)
S3method(push_dataset,arena_static)
S3method(push_model,arena_live)
S3method(push_model,arena_static)
S3method(push_observations,arena_live)
S3method(push_observations,arena_static)
export(create_arena)
export(push_dataset)
export(push_model)
export(push_observations)
export(run_server)
export(save_arena)
export(upload_arena)
importFrom(methods,is)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
back to top