scratch.scott
Class UserExample

java.lang.Object
  extended by scratch.scott.UserExample

public class UserExample
extends Object

Author:
Scott

Constructor Summary
UserExample()
           
 
Method Summary
protected static Graph constructGraph(double td, DoubleMatrix2D m)
           
protected static int largestComponentDiameter(ArchetypeGraph g)
           
static void main(String[] args)
           
protected static DoubleMatrix2D process(CSVParser csv, BufferedReader is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserExample

public UserExample()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

constructGraph

protected static Graph constructGraph(double td,
                                      DoubleMatrix2D m)

largestComponentDiameter

protected static int largestComponentDiameter(ArchetypeGraph g)

process

protected static DoubleMatrix2D process(CSVParser csv,
                                        BufferedReader is)
                                 throws IOException
Throws:
IOException