baseCode.algorithm
Class Algorithm

java.lang.Object
  extended bybaseCode.algorithm.Algorithm
Direct Known Subclasses:
ClusteringAlgorithm, RankProp

public abstract class Algorithm
extends java.lang.Object


Copyright (c) 2004 Columbia University

Version:
$Id: Algorithm.java,v 1.3 2004/08/14 17:15:16 pavlidis Exp $
Author:
pavlidis

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
Algorithm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

Algorithm

public Algorithm()


Copyright © 2003-2005 Columbia University. All Rights Reserved.