Type Alias RecommendedAnalysisCore

type RecommendedAnalysisCore = {
    analysis?: AnalysisDetails;
    chartType?: ChartType;
    options?: unknown;
    relevance?: number;
}
Index

Properties

analysis?: AnalysisDetails
chartType?: ChartType

Chart type given to current recommendation

options?: unknown

(chart options + hypercube definition)

relevance?: number

percentage of selected items in the analysis to the overall items passed to the endpoint