Click or drag to resize

mcAdjustPropertiesByExampleResultsIndices Enumeration

Descriptive indices for the array of type Double resultsreturned by the McProfilesEdges.AdjustPropertiesByExample method.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcAdjustPropertiesByExampleResultsIndices
Members
  Member nameValueDescription
mcapberiChangedPropertiesCount0Count of properties actually changed.
mcapberiFalsePositivesCount1Count of edges found by the adjusted properties that were not among the test edges
mcapberiFalseNegativesCount2Count of test edges missed by the adjusted properties
mcapberiPatternMean3Mean value of the Pattern
mcapberiPatternStdDev4StdDev of the Pattern
mcapberiEdgeCount5Count of test edges on the test profile
mcapberiEdgeCorrAvg6Average correlation of test edges to Pattern (-1.0 to 1.0)
mcapberiEdgeCorrStdDev7StdDev of the correlation of test edges to Pattern (-1.0 to 1.0)
mcapberiEdgeCorrMin8Minimum correlation between test edges and Pattern (-1.0 to 1.0)
mcapberiEdgeCorrMax9Maximum correlation between test edges and Pattern (-1.0 to 1.0)
mcapberiEdgeMeanAvg10Average Mean value of the profiles marked by edges
mcapberiEdgeMeanStdDev11StdDev of the Mean value of the profiles marked by edges
mcapberiEdgeMeanMin12Minimum Mean value of the profiles marked by edges
mcapberiEdgeMeanMax13Maximum Mean value of the profiles marked by edges
mcapberiEdgeStdDevAvg14Average StdDev of the profiles marked by edges
mcapberiEdgeStdDevStdDev15StdDev of the StdDev of the profiles marked by edges
mcapberiEdgeStdDevMin16Minimum StdDev of the profiles marked by edges
mcapberiEdgeStdDevMax17Maximum StdDev of the profiles marked by edges
mcapberiNonEdgeCount18Count of non-edges on the test profile
mcapberiNonEdgeCorrAvg19Average correlation of non-edges to Pattern (-1.0 to 1.0)
mcapberiNonEdgeCorrStdDev20StdDev of the correlation of non-edges to Pattern (-1.0 to 1.0)
mcapberiNonEdgeCorrMin21Minimum correlation between non-edges and Pattern (-1.0 to 1.0)
mcapberiNonEdgeCorrMax22Maximum correlation between non-edges and Pattern (-1.0 to 1.0)
mcapberiNonEdgeMeanAvg23Average Mean value of the profiles marked by non-edges
mcapberiNonEdgeMeanStdDev24StdDev of the Mean value of the profiles marked by non-edges
mcapberiNonEdgeMeanMin25Minimum Mean value of the profiles marked by non-edges
mcapberiNonEdgeMeanMax26Maximum Mean value of the profiles marked by non-edges
mcapberiNonEdgeStdDevAvg27Average StdDev of the profiles marked by non-edges
mcapberiNonEdgeStdDevStdDev28StdDev of the StdDev of the profiles marked by non-edges
mcapberiNonEdgeStdDevMin29Minimum StdDev of the profiles marked by non-edges
mcapberiNonEdgeStdDevMax30Maximum StdDev of the profiles marked by non-edges
mcapberiLastIndex30Last results index. The McProfilesEdges.AdjustPropertiesByExample results array length is mcapberiLastIndex+1.
See Also