dips.AutomaticClusterAnalysisSettingsVal module#

Generated wrapper for AutomaticClusterAnalysisSettings protobuf message.

class dips.AutomaticClusterAnalysisSettingsVal.AutomaticClusterAnalysisSettingsVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for AutomaticClusterAnalysisSettings with Pythonic getters and setters.

property confidence_interval: float#

Get the ConfidenceInterval field value.

property convergence_tolerance: float#

Get the ConvergenceTolerance field value.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property fuzziness_parameter: float#

Get the FuzzinessParameter field value.

property is_weighted: bool#

Get the IsWeighted field value.

property max_iterations: int#

Get the MaxIterations field value.

property max_num_clusters: int#

Get the MaxNumClusters field value.

property min_num_clusters: int#

Get the MinNumClusters field value.

property minimum_membership_degree_percent: float#

Get the MinimumMembershipDegreePercent field value.

property number_of_runs: int#

Get the NumberOfRuns field value.

property random_seed: int#

Get the RandomSeed field value.

to_proto()#

Get the underlying protobuf message.