(BETA) Read-only data list model for deep learning analysis results. More...
Import Statement: | import ArcGIS.AppFramework.DeepLearning 1.0 |
Properties
Methods
- object get(int index)
- object getAtPoint(point point)
- object getAtPoint(point point, double minimumScore)
- int indexAtPoint(point point)
- int indexAtPoint(point point, double minimumScore)
Detailed Description
The AnalysisResultsModel component provides a read-only data list model for deep learning analysis results, along with tools to find specific results.
This component is in beta. Elements are subject to change in future releases.
Property Documentation
If true, the list model maintains the relative order of the results in the list when updating. Default value is false.
Method Documentation
Returns the result at the given index number.
The index parameter
The number of the index to return.
Returns the result with the highest score at a certain point.
The point parameter
The point to return the highest score at.
Returns the result with the highest score that's higher than the minimum score at a certain point.
The point parameter
The point to return the highest score at.
The minimumScore parameter
The minimum score to filter out any results below.
Returns the index of the highest scoring result at the given point.
The point parameter
The point to return the highest-scoring index from.
Returns the index of the result with the highest score that's higher than the given minimum score at the specified point.
The point parameter
The point to return the index of the highest score from.
The minimumScore parameter
The minimum score to filter out any results below.