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