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.
1924 |
# File 'sig/types.rbs', line 1924
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.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def bigram_overlap_min @bigram_overlap_min end |
#density_shift_threshold ⇒ Float?
Returns the value of attribute density_shift_threshold.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def density_shift_threshold @density_shift_threshold end |
Class Method Details
.default ⇒ MultidocThresholds
1925 |
# File 'sig/types.rbs', line 1925
def self.default: () -> MultidocThresholds
|