Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
msluszniak committed Oct 18, 2023
1 parent 0e08f6a commit ff46a42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/scholar/cluster/affinity_propagation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ defmodule Scholar.Cluster.AffinityPropagation do
iterations = opts[:iterations]
damping_factor = opts[:damping_factor]
self_preference = opts[:self_preference]
# data = to_float(data)
num_samples = Nx.axis_size(data, 0)

{initial_a, initial_r, s, affinity_matrix} =
Expand Down

0 comments on commit ff46a42

Please sign in to comment.