Class: Vicary::Corpus::Metrics
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Corpus::Metrics
- Defined in:
- lib/vicary/corpus.rb
Instance Attribute Summary collapse
-
#asap_rewrites_per_essay ⇒ Object
Returns the value of attribute asap_rewrites_per_essay.
-
#essays ⇒ Object
Returns the value of attribute essays.
-
#latency_p50_ms ⇒ Object
Returns the value of attribute latency_p50_ms.
-
#latency_p95_ms ⇒ Object
Returns the value of attribute latency_p95_ms.
-
#latency_pooled_median_ms ⇒ Object
Returns the value of attribute latency_pooled_median_ms.
-
#over_fire_spans_per_essay ⇒ Object
Returns the value of attribute over_fire_spans_per_essay.
-
#over_fire_spans_total ⇒ Object
Returns the value of attribute over_fire_spans_total.
-
#recall_held_out ⇒ Object
Returns the value of attribute recall_held_out.
-
#recall_held_out_passed ⇒ Object
Returns the value of attribute recall_held_out_passed.
-
#recall_held_out_total ⇒ Object
Returns the value of attribute recall_held_out_total.
Instance Attribute Details
#asap_rewrites_per_essay ⇒ Object
Returns the value of attribute asap_rewrites_per_essay
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def asap_rewrites_per_essay @asap_rewrites_per_essay end |
#essays ⇒ Object
Returns the value of attribute essays
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def essays @essays end |
#latency_p50_ms ⇒ Object
Returns the value of attribute latency_p50_ms
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def latency_p50_ms @latency_p50_ms end |
#latency_p95_ms ⇒ Object
Returns the value of attribute latency_p95_ms
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def latency_p95_ms @latency_p95_ms end |
#latency_pooled_median_ms ⇒ Object
Returns the value of attribute latency_pooled_median_ms
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def latency_pooled_median_ms @latency_pooled_median_ms end |
#over_fire_spans_per_essay ⇒ Object
Returns the value of attribute over_fire_spans_per_essay
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def over_fire_spans_per_essay @over_fire_spans_per_essay end |
#over_fire_spans_total ⇒ Object
Returns the value of attribute over_fire_spans_total
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def over_fire_spans_total @over_fire_spans_total end |
#recall_held_out ⇒ Object
Returns the value of attribute recall_held_out
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def recall_held_out @recall_held_out end |
#recall_held_out_passed ⇒ Object
Returns the value of attribute recall_held_out_passed
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def recall_held_out_passed @recall_held_out_passed end |
#recall_held_out_total ⇒ Object
Returns the value of attribute recall_held_out_total
105 106 107 |
# File 'lib/vicary/corpus.rb', line 105 def recall_held_out_total @recall_held_out_total end |