Esempio n. 1
0
def median_aggregation(x: List[float]) -> float:
    return median2(x)
Esempio n. 2
0
def median_aggregation(x):
    return median2(x)