Skip to content

Commit

Permalink
OA: Design updates on cluster analysis #1015
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed Jul 30, 2024
1 parent 3524b7b commit 29304d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpro/oa/streams/tasks/clusteranalyzers/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def _get_cluster_relations( self,

sum_results += result_abs

if ( p_scope == self.C_RESULT_SCOPE_NONZERO ) and ( result_abs == 0 ): continue
if ( p_scope != self.C_RESULT_SCOPE_ALL ) and ( result_abs == 0 ): continue

if p_scope == self.C_RESULT_SCOPE_MAX:
# Cluster with highest membership value is buffered
Expand Down

0 comments on commit 29304d8

Please sign in to comment.