Class: Xberg::HierarchyConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHierarchyConfig

Returns a new instance of HierarchyConfig.

Parameters:

  • enabled: (Boolean)
  • k_clusters: (Integer)
  • include_bbox: (Boolean)


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

def initialize: (?enabled: bool, ?k_clusters: Integer, ?include_bbox: bool) -> void

Instance Attribute Details

#enabledBoolean (readonly)

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def enabled
  @enabled
end

#include_bboxBoolean (readonly)

Returns the value of attribute include_bbox.

Returns:

  • (Boolean)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def include_bbox
  @include_bbox
end

#k_clustersInteger (readonly)

Returns the value of attribute k_clusters.

Returns:

  • (Integer)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def k_clusters
  @k_clusters
end