Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
med:lab_6 [2017/01/15 21:32]
pszwed [Kod]
med:lab_6 [2017/01/15 22:12]
pszwed [Kod]
Line 117: Line 117:
         System.out.printf(Locale.US, "Error: %f",cls.getSquaredError());         System.out.printf(Locale.US, "Error: %f",cls.getSquaredError());
 </code> </code>
 +
 +
 +DBSCAN
 +
 +<code java>
 +            DBSCAN cls = new DBSCAN();
 +            cls.setMinPoints(3);
 +            cls.setEpsilon(0.1);
 +            cls.buildClusterer(data);
 +</code>
 +
  
 Wyniki dla EM Wyniki dla EM
med/lab_6.txt · Last modified: 2020/05/12 00:51 by pszwed
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0