Sorry to bother.
I just transfered from version 4.1 beta2 to the newest version 4.4. But I find I am lost.
It seems that there are many changes and improvements. Where can I find all the changes from version 4.1 to version 4.4.
I can not find the methods or classes bellowing:
IdUtils.getExampleFromId(es, d));
IdUtils.getIdFromExample(e)
FlatClusterModel, KMeansClusterModel, CentroidBasedClusterModel...
Also I have some problems with wvtoolOperator.setListParameter.
List<Object[]> textList = new LinkedList<Object[]>();
textList.add(new Object[] {"graphics","sample/data/newsgroup/graphics"});
textList.add(new Object[] {"hardware","sample/data/newsgroup/hardware"});
wvtoolOperator.setListParameter("texts", textList);
I got the error says that
The method setListParameter(String, List<String[]>) in the type Operator is not applicable for the
arguments (String, List<Object[]>).
Can anybody help? Thanks a million.
Amy