- input
robyn_export()
's output or pareto_aggregated.csv
results.
- dep_var_type
Character. For dep_var_type 'revenue', ROI is used for clustering.
For conversion', CPA is used for clustering.
- cluster_by
Character. Any of: "performance" or "hyperparameters".
- all_media
Character vector. Default to InputCollect$all_media
.
Includes InputCollect$paid_media_spends
and InputCollect$organic_vars
.
- k
Integer. Number of clusters
- wss_var
Numeric. Used to pick automatic k
value,
when k
is NULL
based on WSS variance while considering
limit
clusters. Values between (0, 1). Default value could be
0.05 to consider convergence.
- max_clusters
Integer. Maximum number of clusters.
- limit
Integer. Top N results per cluster. If kept in "auto", will select k
as the cluster in which the WSS variance was less than 5%.
- weights
Vector, size 3. How much should each error weight?
Order: nrmse, decomp.rssd, mape. The highest the value, the closer it will be scaled
to origin. Each value will be normalized so they all sum 1.
- dim_red
Character. Select dimensionality reduction technique.
Pass any of: c("PCA", "tSNE", "all", "none")
.
- quiet
Boolean. Keep quiet? If not, print messages.
- export
Export plots into local files?
- seed
Numeric. Seed for reproducibility
- ...
Additional parameters passed to lares::clusterKmeans()
.