Class: SuperInstance::Equipment::SwarmCoordinator::AggregatorStatistics
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::AggregatorStatistics
- Defined in:
- lib/equipment/swarm_coordinator/result_aggregator.rb
Overview
Statistics about the aggregator
Instance Attribute Summary collapse
-
#average_confidence ⇒ Object
readonly
Returns the value of attribute average_confidence.
-
#cache_hit_rate ⇒ Object
readonly
Returns the value of attribute cache_hit_rate.
-
#cache_size ⇒ Object
readonly
Returns the value of attribute cache_size.
-
#conflict_rate ⇒ Object
readonly
Returns the value of attribute conflict_rate.
Instance Attribute Details
#average_confidence ⇒ Object (readonly)
Returns the value of attribute average_confidence
83 84 85 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83 def average_confidence @average_confidence end |
#cache_hit_rate ⇒ Object (readonly)
Returns the value of attribute cache_hit_rate
83 84 85 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83 def cache_hit_rate @cache_hit_rate end |
#cache_size ⇒ Object (readonly)
Returns the value of attribute cache_size
83 84 85 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83 def cache_size @cache_size end |
#conflict_rate ⇒ Object (readonly)
Returns the value of attribute conflict_rate
83 84 85 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 83 def conflict_rate @conflict_rate end |