Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Drop singleton clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Apr 27, 2024
1 parent db27cf5 commit 8bd514f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/mosaik/commands/evaluate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def validate
def call
info "Evaluating microservice candidates (#{options.map { |k, v| "#{k}: #{v}" }.join(', ')})"

# Remove clusters with cardinality less than 2
graph.clusters.delete_if { |_, cluster| cluster.vertices.size < 2 }

# Evaluate metrics
options[:metrics].each do |metric|
Metrics
Expand Down

0 comments on commit 8bd514f

Please sign in to comment.