Determine whether the two classes are linearly separable (algorithmically in 2D)

前端 未结 9 1949
一向
一向 2020-12-13 11:09

There are two classes, let\'s call them X and O. A number of elements belonging to these classes are spread out in the xy-plane. Here is an example where the two classes are

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 11:17

    In general that problem is NP-hard but there are good approximate solutions like K-means clustering.

提交回复
热议问题