Class 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"
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)