procope.examples
Class UseCase1

java.lang.Object
  extended by procope.examples.UseCase1

public class UseCase1
extends Object

This sample use case of the ProCope Java API demonstrates the basic process of complex set predicition. The following steps will be performed: - loading of purification data - score network generation - clustering => complex set prediction - complex set evaluation Consult the ProCope online manual for detailed explanations of this code.

Author:
Jan Krumsiek

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

Constructor Detail

UseCase1

public UseCase1()
Method Detail

main

public static void main(String[] args)