-
Interface Summary
Interface |
Description |
StatisticalFit<Model,Point> |
Interface for computing error metrics and pruning features.
|
-
Class Summary
Class |
Description |
FitByMeanStatistics<Model,Point> |
Computes the mean error and prunes points based on the number of standard deviations they are away.
|
FitByMedianStatistics<Model,Point> |
Computes the median error and prunes points if they have more than the specified percentile
error.
|
PointIndex<Point> |
Contains a reference to a point and the original index of the point
|
StatisticalDistanceModelMatcher<Model,Point> |
Outliers are removed by first fitting a model to all the data points.
|
-