Clover coverage report - baseCode - 0.2.5
Coverage timestamp: Tue Apr 12 2005 11:31:58 EDT
file stats: LOC: 16   Methods: 0
NCLOC: 4   Classes: 1
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover
 
 Source file Conditionals Statements Methods TOTAL
ClusteringAlgorithm.java - - - -
coverage
 1   
 package baseCode.algorithm.learning.unsupervised.cluster;
 2   
 
 3   
 import baseCode.algorithm.Algorithm;
 4   
 
 5   
 /**
 6   
  * 
 7   
  *
 8   
  * <hr>
 9   
  * <p>Copyright (c) 2004 Columbia University
 10   
  * @author pavlidis
 11   
  * @version $Id: ClusteringAlgorithm.java,v 1.2 2004/08/14 15:19:05 pavlidis Exp $
 12   
  */
 13   
 public abstract class ClusteringAlgorithm extends Algorithm {
 14   
 
 15   
 }
 16