Click or drag to resize

IMcMeasPtBestFitOutliersFraction Property

Fraction of source points to be discarded as outliers.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Property OutliersFraction As Double
	Get
	Set

Property Value

Type: Double
Remarks
The range of OutliersFraction is from 0 to 1. If OutliersFraction is 0 all source points are used creating a best-fit feature. If OutliersFraction more than 0 the points, which are furthest from the best-fit feature are discarded and best-feature is created again. The points are discarded one by one until they reach the given OutliersFraction of minimum number of points necessary for creating a best-fit feature (3 for best-fit arc or circle, 2 for best-fit line). Using OutliersFraction can help creating best-fit features from automatically generated points, which may have wrong position. Eliminating outliers will create a best-fit feature maximally close to the desired form.
See Also