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
SyntaxPublic Enumeration mcAdjustPropertiesByExampleResultsIndices
Members
| Member name | Value | Description |
---|
| mcapberiChangedPropertiesCount | 0 | Count of properties actually changed. |
| mcapberiFalsePositivesCount | 1 | Count of edges found by the adjusted properties that were not among the test edges |
| mcapberiFalseNegativesCount | 2 | Count of test edges missed by the adjusted properties |
| mcapberiPatternMean | 3 | Mean value of the Pattern |
| mcapberiPatternStdDev | 4 | StdDev of the Pattern |
| mcapberiEdgeCount | 5 | Count of test edges on the test profile |
| mcapberiEdgeCorrAvg | 6 | Average correlation of test edges to Pattern (-1.0 to 1.0) |
| mcapberiEdgeCorrStdDev | 7 | StdDev of the correlation of test edges to Pattern (-1.0 to 1.0) |
| mcapberiEdgeCorrMin | 8 | Minimum correlation between test edges and Pattern (-1.0 to 1.0) |
| mcapberiEdgeCorrMax | 9 | Maximum correlation between test edges and Pattern (-1.0 to 1.0) |
| mcapberiEdgeMeanAvg | 10 | Average Mean value of the profiles marked by edges |
| mcapberiEdgeMeanStdDev | 11 | StdDev of the Mean value of the profiles marked by edges |
| mcapberiEdgeMeanMin | 12 | Minimum Mean value of the profiles marked by edges |
| mcapberiEdgeMeanMax | 13 | Maximum Mean value of the profiles marked by edges |
| mcapberiEdgeStdDevAvg | 14 | Average StdDev of the profiles marked by edges |
| mcapberiEdgeStdDevStdDev | 15 | StdDev of the StdDev of the profiles marked by edges |
| mcapberiEdgeStdDevMin | 16 | Minimum StdDev of the profiles marked by edges |
| mcapberiEdgeStdDevMax | 17 | Maximum StdDev of the profiles marked by edges |
| mcapberiNonEdgeCount | 18 | Count of non-edges on the test profile |
| mcapberiNonEdgeCorrAvg | 19 | Average correlation of non-edges to Pattern (-1.0 to 1.0) |
| mcapberiNonEdgeCorrStdDev | 20 | StdDev of the correlation of non-edges to Pattern (-1.0 to 1.0) |
| mcapberiNonEdgeCorrMin | 21 | Minimum correlation between non-edges and Pattern (-1.0 to 1.0) |
| mcapberiNonEdgeCorrMax | 22 | Maximum correlation between non-edges and Pattern (-1.0 to 1.0) |
| mcapberiNonEdgeMeanAvg | 23 | Average Mean value of the profiles marked by non-edges |
| mcapberiNonEdgeMeanStdDev | 24 | StdDev of the Mean value of the profiles marked by non-edges |
| mcapberiNonEdgeMeanMin | 25 | Minimum Mean value of the profiles marked by non-edges |
| mcapberiNonEdgeMeanMax | 26 | Maximum Mean value of the profiles marked by non-edges |
| mcapberiNonEdgeStdDevAvg | 27 | Average StdDev of the profiles marked by non-edges |
| mcapberiNonEdgeStdDevStdDev | 28 | StdDev of the StdDev of the profiles marked by non-edges |
| mcapberiNonEdgeStdDevMin | 29 | Minimum StdDev of the profiles marked by non-edges |
| mcapberiNonEdgeStdDevMax | 30 | Maximum StdDev of the profiles marked by non-edges |
| mcapberiLastIndex | 30 | Last results index. The McProfilesEdges.AdjustPropertiesByExample results array length is mcapberiLastIndex+1. |
See Also