Class: Xberg::MultidocThresholds
- Inherits:
-
Object
- Object
- Xberg::MultidocThresholds
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bigram_overlap_min ⇒ Float
readonly
Returns the value of attribute bigram_overlap_min.
-
#density_shift_threshold ⇒ Float
readonly
Returns the value of attribute density_shift_threshold.
Instance Method Summary collapse
-
#initialize ⇒ MultidocThresholds
constructor
A new instance of MultidocThresholds.
Constructor Details
#initialize ⇒ MultidocThresholds
Returns a new instance of MultidocThresholds.
1638 |
# File 'sig/types.rbs', line 1638
def initialize: (?density_shift_threshold: Float, ?bigram_overlap_min: Float) -> void
|
Instance Attribute Details
#bigram_overlap_min ⇒ Float (readonly)
Returns the value of attribute bigram_overlap_min.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def bigram_overlap_min @bigram_overlap_min end |
#density_shift_threshold ⇒ Float (readonly)
Returns the value of attribute density_shift_threshold.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def density_shift_threshold @density_shift_threshold end |