The CogDLRuntimeViewRedLabeled type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ALEncoded |
True if this view was automatically labeled.
(Inherited from CogDLRuntimeViewRed.) | |
| Background |
The view's background scores per class.
| |
| Bookmark |
True if this view is bookmarked.
(Inherited from CogDLRuntimeViewBase.) | |
| FilteredScore |
The maximum score after filtering.
(Inherited from CogDLRuntimeViewRed.) | |
| FilteredScoreMaps |
A filtered collection of score-maps for each class name.
(Inherited from CogDLRuntimeViewRed.) | |
| Group |
The name of the group to which this view belongs.
(Inherited from CogDLRuntimeViewBase.) | |
| HasLabeledRegion |
True if this view has a labeled region.
| |
| HasMask |
True if this view has a mask.
(Inherited from CogDLRuntimeViewBase.) | |
| InvalidMessage |
A message explaining why this view is invalid and could not be
trained.
(Inherited from CogDLRuntimeViewBase.) | |
| IsLabeled |
True if this view has been labeled. If true, this view will
implement the
ICogDLRuntimeLabeledView
interface.
(Inherited from CogDLRuntimeViewBase.) | |
| LabelChecking |
True if the view is checking label quality.
| |
| LabelCheckResults |
Gets the label qualities by the patch unit.
| |
| LabeledRegions |
The list of labeled regions. The view is labeled negative if
it has no labeled regions.
| |
| LabelQuality |
A score that indicates the correctness of this view's labeling.
| |
| Manual |
Indicates whether the view's training flag is set manually.
| |
| Mask |
The view's mask.
(Inherited from CogDLRuntimeViewBase.) | |
| Memo |
The view's memo.
(Inherited from CogDLRuntimeViewBase.) | |
| Metrics |
An XmlElement containing classification performance data
with respect to single region classes as well as overall.
| |
| Parent |
This view's parent
CogDLRuntimeMarking (Inherited from CogDLRuntimeViewBase.) | |
| Pose |
This region's pose.
(Inherited from CogDLRuntimeViewBase.) | |
| ProcessingError |
The type, if any, of error that occured during processing.
(Inherited from CogDLRuntimeViewBase.) | |
| RefPose |
This view was defined with respect to this pose.
(Inherited from CogDLRuntimeViewBase.) | |
| Regions |
The list of found regions.
(Inherited from CogDLRuntimeViewRed.) | |
| RegionThresholds |
A collection of thresholds per region name.
(Inherited from CogDLRuntimeViewRed.) | |
| Score |
The maximum score.
(Inherited from CogDLRuntimeViewRed.) | |
| ScoreMaps |
A collection of score-maps for each class name.
(Inherited from CogDLRuntimeViewRed.) | |
| Scores |
A collection of view scores per class name.
(Inherited from CogDLRuntimeViewRed.) | |
| Size |
The size of this view in pixels.
(Inherited from CogDLRuntimeViewBase.) | |
| Train |
Indicates whether the view is used for training.
| |
| Uncertainty |
The view's prediction uncertainty (-1 if not computed).
(Inherited from CogDLRuntimeViewRed.) | |
| Validation |
Indicates whether the view is used for validation.
|
See Also