return np.where(self.net_input(X) >= 0.0 ,1,-1)编译通过
return np.where(self.net_input(X) >= 0.0:1,-1)编译不通过,
是版本差异吗?
我的是: windows 7 /Python 2.7.13 / Anaconda 4.4.0(64)
冒号是错的,只有逗号,老师后来更正了