Go to the documentation of this file.
41 #ifndef vtkHighestDensityRegionsStatistics_h
42 #define vtkHighestDensityRegionsStatistics_h
147 double ComputeSmoothGaussianKernel(
int dimension,
double khx,
double khy);
152 double ComputeStandardGaussianKernel(
int dimension,
double kx,
double ky);
virtual void Derive(vtkMultiBlockDataSet *)
void SetSigma(double sigma)
maintain an unordered list of data objects
virtual void SelectAssessFunctor(vtkTable *, vtkDataObject *, vtkStringArray *, AssessFunctor *&)
A table, which contains similar-typed columns of data.
#define vtkTypeMacro(thisClass, superclass)
Compute a random vector of density f from input observations points. f is computed using a smooth ker...
abstract superclass for arrays of numeric data
#define vtkGetVectorMacro(name, type, count)
Composite dataset that organizes datasets into blocks.
vtkHighestDensityRegionsStatistics()
~vtkHighestDensityRegionsStatistics()
vtkIdType NumberOfRequestedColumnsPair
virtual void Assess(vtkTable *, vtkMultiBlockDataSet *, vtkTable *)
a simple class to control print indentation
A atomic type representing the union of many types.
double ComputeHDR(vtkDataArray *inObs, vtkDataArray *inPOI, vtkDataArray *outDensity)
virtual void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *)
virtual void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *)
#define vtkSetVectorMacro(name, type, count)
double ComputeHDR(vtkDataArray *inObservations, vtkDataArray *outDensity)
a vtkAbstractArray subclass for strings
virtual void PrintSelf(ostream &os, vtkIndent indent)
Base class for statistics algorithms.
general representation of visualization data
static vtkHighestDensityRegionsStatistics * New()
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)