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