Element minimizing total distance to all others (Euclidean/EditDistance/equality metric)
CentralFeature[{x1, x2, …}]
CentralFeature[{x1 -> v1, x2 -> v2, …}]
CentralFeature[data]
CentralFeature[{{1., 3., 5.}, {7., 1., 2.}, {9., 3., 1.}, {4., 5., 6.}}]
→ {7., 1., 2.}CentralFeature[{{True, False, True}, {True, True, True}, {True, False, False}, {False, False, False}}]
→ {True, False, True}- DistanceFunction — default Automatic