Wrapper function for parameters for HotSpot
params_sc_hotspot.RdWrapper function for parameters for HotSpot
Arguments
- model
String. Model to use for modelling the GEX. One of
c("danb", "bernoulli", "normal"). Defaults to"danb".- normalise
Boolean. Shall the data be normalised. Defaults to
TRUE.- knn
List. Optional overrides for kNN parameters. See
params_knn_defaults()for available parameters:k,knn_method,ann_dist,search_budget,n_trees,delta,diversify_prob,ef_budget,m,ef_construction,ef_search,n_listandn_probe.