cc.mallet.cluster.examples
Class FirstOrderClusterExample

java.lang.Object
  extended by cc.mallet.cluster.examples.FirstOrderClusterExample

public class FirstOrderClusterExample
extends java.lang.Object

Illustrates use of a supervised clustering method that uses features over clusters. Synthetic data is created where Instances belong in same cluster iff they each have a feature called "feature0".

Since:
1.0
Version:
1.0
Author:
"Aron Culotta"

Constructor Summary
FirstOrderClusterExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstOrderClusterExample

public FirstOrderClusterExample()
Method Detail

run

public void run()

main

public static void main(java.lang.String[] args)