Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dkps/dkps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(
metric_cmds='euclidean',
n_components_cmds=None,
n_elbows_cmds=2,
# dissimilarity="euclidean",
dissimilarity="precomputed",
):

self.response_distribution_fn = response_distribution_fn
Expand Down Expand Up @@ -100,3 +100,4 @@ def fit_transform(self, data, return_dict=True):
# return {key: cmds_embds[i] for i, key in enumerate(self.keys)}
# else:
# return cmds_embds