System.out.println("熵均值:"+MyArrays.average(entropy));
System.out.println("熵非零个数:"+MyArrays.countNoneZero(entropy));
System.out.println("熵直方图:"+MyStrings.toString(MyArrays.histogram(entropy, 10)));
newfeat.setStopIncrement(freeze);
cl.setWeights(ww.toArray());
float[] www = cl.getWeights();
c = MyArrays.countNoneZero(www);
System.out.println("\n优化后");