33#ifndef vtkOrderStatistics_h
34#define vtkOrderStatistics_h
36#include "vtkFiltersStatisticsModule.h"
39VTK_ABI_NAMESPACE_BEGIN
121 vtkStringToken parameterName,
const std::string& algorithmParameters)
override;
maintain an unordered list of data objects
general representation of visualization data
a simple class to control print indentation
vtkIdType MaximumHistogramSize
bool SetParameter(const char *parameter, int index, vtkVariant value) override
A convenience method (in particular for access from other applications) to set parameter values.
void AppendAlgorithmParameters(std::string &algorithmParameters) const override
Provide a string that can be used to recreate an instance of this algorithm.
vtkIdType GetQuantileDefinition()
Get the quantile definition.
void Derive(vtkStatisticalModel *) override
Execute the calculations required by the Derive option.
void Test(vtkTable *, vtkStatisticalModel *, vtkTable *) override
Execute the calculations required by the Test option.
void Assess(vtkTable *inData, vtkStatisticalModel *inMeta, vtkTable *outData) override
Execute the calculations required by the Assess option.
static vtkOrderStatistics * New()
int GetMaximumNumberOfColumnsPerRequest() const override
Order statistics requests are univariate.
std::size_t ConsumeNextAlgorithmParameter(vtkStringToken parameterName, const std::string &algorithmParameters) override
Implement the inverse of AppendAlgorithmParameters(): given parameters, update this algorithm.
QuantileDefinitionType
The type of quantile definition.
@ InverseCDFAveragedSteps
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
QuantileDefinitionType QuantileDefinition
void SetQuantileDefinition(int)
Set the quantile definition.
~vtkOrderStatistics() override
bool Aggregate(vtkDataObjectCollection *, vtkStatisticalModel *) override
Given a collection of models, calculate aggregate model NB: not implemented.
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
vtkIdType NumberOfIntervals
void Learn(vtkTable *, vtkTable *, vtkStatisticalModel *) override
Execute the calculations required by the Learn option.
a base class for statistical modeling of other data
A base class for a functor that assesses data.
virtual void Assess(vtkTable *, vtkStatisticalModel *, vtkTable *)=0
Execute the calculations required by the Assess option.
vtkStatisticsAlgorithm()
Return a new instance of a subclass named and configured by the algorithmParameters.
a vtkAbstractArray subclass for strings
Represent a string by its integer hash.
A table, which contains similar-typed columns of data.
A type representing the union of many types.