Helper function for using the correct SNF scheme
snf_step(
dl,
scheme,
k = 20,
alpha = 0.5,
t = 20,
cnt_dist_fn,
dsc_dist_fn,
ord_dist_fn,
cat_dist_fn,
mix_dist_fn,
weights_row
)A fused similarity network (matrix).
A nested list of input data from data_list().
Which SNF system to use to achieve the final fused network.
k hyperparameter.
alpha/eta/sigma hyperparameter.
SNF number of iterations hyperparameter.
distance metric function for continuous data.
distance metric function for discrete data.
distance metric function for ordinal data.
distance metric function for categorical data.
distance metric function for mixed data.
data frame row containing feature weights.