42 #ifndef vtkHighestDensityRegionsStatistics_h 43 #define vtkHighestDensityRegionsStatistics_h 45 #include "vtkFiltersStatisticsModule.h" 68 void SetSigma(
double sigma);
73 void SetSigmaMatrix(
double s11,
double s12,
double s21,
double s22);
139 double InvSigmaC1[2];
140 double InvSigmaC2[2];
156 double ComputeSmoothGaussianKernel(
int dimension,
double khx,
double khy);
A base class for a functor that assesses data.
double Determinant
Store the smooth matrix parameter H.
vtkIdType NumberOfRequestedColumnsPair
Store the number of requested columns pair computed by learn method.
void Assess(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Assess option.
static vtkTableAlgorithm * New()
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
Execute the calculations required by the Learn option, given some input Data.
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
virtual void Derive(vtkMultiBlockDataSet *)=0
Execute the calculations required by the Derive option.
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
void SelectAssessFunctor(vtkTable *, vtkDataObject *, vtkStringArray *, AssessFunctor *&) override
Provide the appropriate assessment functor.
Compute a random vector of density f from input observations points.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.