gbrltv/CDESF2

View on GitHub
cdesf/data_structures/cluster.py

Summary

Maintainability
A
35 mins
Test Coverage

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, id_: int, centroid: np.ndarray, radius: float, weight: float, case_ids: list):
Severity: Minor
Found in cdesf/data_structures/cluster.py - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status