bin-weight-scheme.h

Go to the documentation of this file.
00001 // Copyright 2007, Massachusetts Institute of Technology.
00002 // The use of this code is permitted for research only. There is
00003 // absolutely no warranty for this software.
00004 //
00005 // Author: John Lee (jjl@mit.edu)
00006 //
00007 
00008 #ifndef UTIL_BIN_WEIGHT_SCHEME_H
00009 #define UTIL_BIN_WEIGHT_SCHEME_H
00010 
00011 namespace libpmk {
00012 
00013 // GLOBAL: Compute bin sizes over all the cluster data, then simply
00014 //         apply those bin sizes to the pyramids we make.
00015 // INPUT_SPECIFIC: For a particular pyramid, when computing bin sizes
00016 //         we only count those points that are included in this pyramid.
00017 enum BinWeightScheme {
00018    BIN_WEIGHT_GLOBAL,
00019    BIN_WEIGHT_INPUT_SPECIFIC
00020 };
00021 }  // namespace libpmk
00022 
00023 #endif  // UTIL_BIN_WEIGHT_SCHEME_H

Generated on Wed May 2 11:17:12 2007 for libpmk by  doxygen 1.5.1