Completed
Push — appveyor ( 280314...2c0e2c )
by Konstantinos
02:09
created

so_magic.clustering   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 5
rs 10
c 0
b 0
f 0
wmc 0
1
from .helpers import DistroReporter
2
from .factory import ClusteringFactory
3
from .cluster_evaluation import get_model_quality_reporter
4
from .extrinsic_evaluation import get_type_separation_eval
5