Class: Xberg::MultidocThresholds

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeMultidocThresholds

Returns a new instance of MultidocThresholds.

Parameters:

  • density_shift_threshold: (Float)
  • bigram_overlap_min: (Float)


1638
# File 'sig/types.rbs', line 1638

def initialize: (?density_shift_threshold: Float, ?bigram_overlap_min: Float) -> void

Instance Attribute Details

#bigram_overlap_minFloat (readonly)

Returns the value of attribute bigram_overlap_min.

Returns:

  • (Float)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def bigram_overlap_min
  @bigram_overlap_min
end

#density_shift_thresholdFloat (readonly)

Returns the value of attribute density_shift_threshold.

Returns:

  • (Float)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def density_shift_threshold
  @density_shift_threshold
end