Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

estimation.hpp File Reference

#include <iostream>
#include <iomanip>
#include "query_point.hpp"
#include "coloring_mcmc.hpp"

Include dependency graph for estimation.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  Arak

Defines

#define POINT_SET_ESTIMATE_HEADER   "\#######################################################################\n\# \n\# This file represents estimates of the colors of points under an \n\# Arak process. The first line below consists of the number of samples\n\# used to compute the estimates (needed to merge estimates) and then \n\# the number of point estimates. Each line thereafter represents an \n\# point color estimate: the first two numbers are the X and Y \n\# coordinates of the point, and the third number is the estimated \n\# probability that the point is colored black. \n\# \n\#######################################################################\n"
 The following header is written at the start of a stream representation of a point set estimator.

#define GRID_ESTIMATE_HEADER   "\#######################################################################\n\# \n\# This file represents estimates of the colors of a grid of points \n\# under an Arak process. The first line below consists of the number \n\# of samples used to compute the estimates (needed to merge estimates).\n\# The second line has the number of rows and columns in the grid. The \n\# third line gives the boundary of the grid. Then the estimates are \n\# written out as a matrix (one line per row) in reverse-row order (so \n\# the first element corresponds to the upper left corner of the grid. \n\# Each estimate is the probability the cell's center point is black. \n\# \n\#######################################################################\n"


Define Documentation

#define GRID_ESTIMATE_HEADER   "\#######################################################################\n\# \n\# This file represents estimates of the colors of a grid of points \n\# under an Arak process. The first line below consists of the number \n\# of samples used to compute the estimates (needed to merge estimates).\n\# The second line has the number of rows and columns in the grid. The \n\# third line gives the boundary of the grid. Then the estimates are \n\# written out as a matrix (one line per row) in reverse-row order (so \n\# the first element corresponds to the upper left corner of the grid. \n\# Each estimate is the probability the cell's center point is black. \n\# \n\#######################################################################\n"
 

Definition at line 26 of file estimation.hpp.

Referenced by Arak::GridColorEstimator::write().

#define POINT_SET_ESTIMATE_HEADER   "\#######################################################################\n\# \n\# This file represents estimates of the colors of points under an \n\# Arak process. The first line below consists of the number of samples\n\# used to compute the estimates (needed to merge estimates) and then \n\# the number of point estimates. Each line thereafter represents an \n\# point color estimate: the first two numbers are the X and Y \n\# coordinates of the point, and the third number is the estimated \n\# probability that the point is colored black. \n\# \n\#######################################################################\n"
 

The following header is written at the start of a stream representation of a point set estimator.

Definition at line 13 of file estimation.hpp.

Referenced by Arak::PointSetColorEstimator::write().


Generated on Wed May 25 14:39:33 2005 for Arak by doxygen 1.3.6