Skip to content

Instantly share code, notes, and snippets.

View olegs's full-sized avatar

Oleg Shpynov olegs

  • JetBrains
  • Munich, Germany
View GitHub Profile
@hoheinzollern
hoheinzollern / WekaTest.java
Created August 2, 2012 09:07
Clustering in Weka
import java.awt.Container;
import java.awt.GridLayout;
import java.util.ArrayList;
import javax.swing.JFrame;
import weka.clusterers.HierarchicalClusterer;
import weka.core.Attribute;
import weka.core.DenseInstance;
import weka.core.EuclideanDistance;