摘要: 今天写程序的时候发现,int[] intarr = new int[3];ArrayList arr = Arrays.asList(intarr);会报错,但是Integer[] integerarr = new Integer[3];ArrayList arr = Arrays.asList(i... 阅读全文
posted @ 2015-05-07 16:36 ivywenyuan 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 在Java中,通常就是编写另外一个类或类库的人(李四)规定一个接口,然后你(张三)来实现这个接口,然后把这个实现类的一个对象作为参数传给别人的程序,别人的程序必要时就会通过那个接口来调用你编写的函数 阅读全文
posted @ 2015-05-07 16:36 ivywenyuan 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 在经历百般折腾之后,终于可以在weka下使用LibSVM了。方法来自:http://datamining.xmu.edu.cn/bbs/forum.php?mod=viewthread&tid=120 阅读全文
posted @ 2015-05-07 10:22 ivywenyuan 阅读(387) 评论(0) 推荐(0) 编辑