Class: VivlioStarter::CLI::Metrics::ReadabilityScore
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Metrics::ReadabilityScore
- Defined in:
- lib/vivlio_starter/cli/metrics/analyzer.rb
Overview
読解難度を保持するイミュータブルデータ。 features は全体集計時に章をまたいで合算するための生の特徴量。
Instance Attribute Summary collapse
-
#features ⇒ Object
readonly
Returns the value of attribute features.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
Instance Attribute Details
#features ⇒ Object (readonly)
Returns the value of attribute features
68 69 70 |
# File 'lib/vivlio_starter/cli/metrics/analyzer.rb', line 68 def features @features end |
#label ⇒ Object (readonly)
Returns the value of attribute label
68 69 70 |
# File 'lib/vivlio_starter/cli/metrics/analyzer.rb', line 68 def label @label end |
#score ⇒ Object (readonly)
Returns the value of attribute score
68 69 70 |
# File 'lib/vivlio_starter/cli/metrics/analyzer.rb', line 68 def score @score end |