Proposals:Refactoring Statistics Framework 2007 Migration Users Guide: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 68: | Line 68: | ||
== Adaptors == | == Adaptors == | ||
== Univariate Distributions == | |||
== Algorithms == | |||
== Calculators == | == Calculators == | ||
Line 98: | Line 101: | ||
|} | |} | ||
== Generators == | |||
== Filters == | |||
== Multivariate Density Functions == | |||
== Distance Metrics == | |||
== Components == | |||
== Estimators == |
Revision as of 16:09, 23 April 2007
How To Migrate your code to the New Statistics Framework
Measurement Containers
Class Name | Fate | Deprecated API | New API |
---|---|---|---|
KdTree | Refactored | ||
Histogram | Refactored | ||
VariableDimensionHistogram | |||
ListSampleBase | Deprecated. The class was unecessary, it was providing only a Search() method that should in fact be provided by a process class, not a data container. |
|
|
ListSample | Refactored | The iterators API was updated, const-correctness is now enforced | |
Sample | Refactored |
| |
Subsample | Refactored |
|
|
MembershipSample | Refactored |
|
Frequency Containers
Class Name | Fate | Deprecated API | New API |
---|---|---|---|
DenseFrequencyContainer | |||
SparseFrequencyContainer |
Process Objects
Class Name | Fate | Deprecated API | New API |
---|---|---|---|
SampleClassifier | |||
SampleClassifierWithMask |
Traits
MeanShift
Adaptors
Univariate Distributions
Algorithms
Calculators
Class Name | Fate | Deprecated API | New API |
---|---|---|---|
CovarianceCalculator | Refactored into CovarianceFilter | SetMean() because it was inconsistent | GetOutput(), SetInput(), GetMean() |
GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator | Refactored into HistogramToTextureFeaturesFilter | now derives from ProcessObject, SetInput(), GetOutput() | |
MeanCalculator | Refactored into MeanFilter | SetSample() method replaced with SetInput() | now derives from ProcessObject |
ScalarImageTextureCalculator | Refactored into (???Filter) | ||
WeightedCovarianceCalculator | Refactored into WeightedCovarianceFilter |
|
|
WeightedMeanCalculator | Refactored into WeightedMeanFilter |
|
|