This page (revision-4) was last changed on 03-Nov-2012 02:24 by Dieter Käppel

This page was created on 03-Nov-2012 02:20 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 03-Nov-2012 02:24 1 KB Dieter Käppel to previous
3 03-Nov-2012 02:24 1 KB Dieter Käppel to previous | to last
2 03-Nov-2012 02:20 1 KB Dieter Käppel to previous | to last
1 03-Nov-2012 02:20 809 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 10 added 16 lines
!!!Beispiel
{{{
public class ConvexTest {
@Test
public void test() {
String test = "test";
ConvexSet<String> set = new ConvexSet<String>(new EditDistance(), new LenseCriterion());
for (int i = 0; i < size; ++i) {
String string = StringUtils.generateString(10D);
System.out.println(string);
set.add(string);
}
ConvexSet<String>.Convex convex = set.find(text);
System.out.println(convex.getValue() + "(" + convex.distance(test) + ")");
}}}