Skip to content

Commit

Permalink
Update src/clustering_quality.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Stukalov <[email protected]>
  • Loading branch information
jaksle and alyst authored Oct 30, 2023
1 parent 2e7bde8 commit ef377d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clustering_quality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ function _inner_inertia(
metric::SemiMetric,
data::AbstractMatrix,
centers::AbstractMatrix,
assignments::AbstractVector{<:Integer}
assignments::AbstractVector{<:Integer},
fuzziness::Nothing
)
inner_inertia = sum(
sum(colwise(metric, view(data, :, samples), center))
Expand Down

0 comments on commit ef377d1

Please sign in to comment.