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

前端 未结 9 1970
一向
一向 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:18

    You can probably apply linear programming to this problem. I'm not sure of its computational complexity in formal terms, but the technique is successfully applied to very large problems covering a wide range of domains.

提交回复
热议问题