摘要: float[] vector = docvector.getElementArray(); FloatMatrix d = new FloatMatrix(vector); FloatMatrix result = PCA.dimensionReduction(d, 10); 阅读全文
posted @ 2018-11-05 14:13 一朵包纸 阅读(1933) 评论(0) 推荐(0) 编辑