EClassifier::GetComputeHeatmapWithResult

EClassifier::SetComputeHeatmapWithResult

Whether to always compute the heatmap along the result when applying the tool. If true, the heatmap is available through EClassificationResult::Heatmap.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

bool GetComputeHeatmapWithResult() const

void SetComputeHeatmapWithResult(bool computeHeatmap)

EClassifier.ComputeHeatmapWithResult

Whether to always compute the heatmap along the result when applying the tool. If true, the heatmap is available through EClassificationResult::Heatmap.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

bool ComputeHeatmapWithResult

{ get; set; }