View Javadoc

1   /*
2    * $Id: CovarianceKind.java,v 1.1 2009/09/07 16:06:11 pah Exp $
3    * 
4    * Created on 27 Nov 2008 by Paul Harrison (paul.harrison@manchester.ac.uk)
5    * Copyright 2008 Astrogrid. All rights reserved.
6    *
7    * This software is published under the terms of the Astrogrid 
8    * Software License, a copy of which has been included 
9    * with this distribution in the LICENSE.txt file.  
10   *
11   */ 
12  
13  package org.astrogrid.cluster.cluster;
14  
15  public enum CovarianceKind {
16  
17     free, diagonal, common, commondiag
18     // full, diag, spherical
19  }
20  
21  
22  /*
23   * $Log: CovarianceKind.java,v $
24   * Revision 1.1  2009/09/07 16:06:11  pah
25   * initial transcription of the core
26   *
27   */