ClusterInsightResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Insights from the cluster analysis.
public class ClusterInsightResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ClusterInsightResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ClusterInsightResult>
type ClusterInsightResult = class
interface IJsonModel<ClusterInsightResult>
interface IPersistableModel<ClusterInsightResult>
Public Class ClusterInsightResult
Implements IJsonModel(Of ClusterInsightResult), IPersistableModel(Of ClusterInsightResult)
- Inheritance
-
ClusterInsightResult
- Implements
Properties
| Name | Description |
|---|---|
| Clusters |
List of clusters identified in the insights. |
| Coordinates |
Optional mapping of IDs to 2D coordinates used by the UX for visualization. The map keys are string identifiers (for example, a cluster id or a sample id) and the values are the coordinates and visual size for rendering on a 2D chart. This property is omitted unless the client requests coordinates (for example,
by passing Example:
Coordinates are intended only for client-side visualization and do not modify the canonical insights results. |
| Summary |
Summary of the insights report. |