Description Usage Arguments Value
Exporte les données.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## S3 method for class 'sf_task'
export(
task,
export_type,
batch,
f_scores = c(F1 = 0.15, F2 = 0.07),
known_sirens_full_path = NULL,
export_fields = NULL,
csv_export_path = NULL,
database = task[["database"]],
mongodb_uri = task[["mongodb_uri"]],
collection_features = task[["collection"]],
collection_scores = "Scores",
algo_name = "algo",
...
)
|
task |
|
export_type |
|
batch |
description |
f_scores |
|
known_sirens_full_path |
|
export_fields |
|
csv_export_path |
|
database |
|
mongodb_uri |
|
collection_features |
|
collection_scores |
|
algo_name |
|
... |
additional parameters for export functions. |
sf_task
L'objet task
donné en entrée.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.