Uses of Class
org.genesys.amphibian.client.model.HeatMap
-
Packages that use HeatMap Package Description org.genesys.amphibian.client.api org.genesys.amphibian.client.model -
-
Uses of HeatMap in org.genesys.amphibian.client.api
Methods in org.genesys.amphibian.client.api that return HeatMap Modifier and Type Method Description HeatMapDatasetsApi. getHeatMapData(String tableKey, UUID xCategory, UUID yCategory, TraitDataFilter traitDataFilter)Generate a heat map Calculate a heat map of observations for two selected categorical descriptors in DatasetTableMethods in org.genesys.amphibian.client.api that return types with arguments of type HeatMap Modifier and Type Method Description org.springframework.http.ResponseEntity<HeatMap>DatasetsApi. getHeatMapDataWithHttpInfo(String tableKey, UUID xCategory, UUID yCategory, TraitDataFilter traitDataFilter)Generate a heat map Calculate a heat map of observations for two selected categorical descriptors in DatasetTable -
Uses of HeatMap in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return HeatMap Modifier and Type Method Description HeatMapHeatMap. categories(Map<String,List<Object>> categories)HeatMapHeatMap. heatMap(Map<String,Map<String,Integer>> heatMap)HeatMapHeatMap. putCategoriesItem(String key, List<Object> categoriesItem)HeatMapHeatMap. putHeatMapItem(String key, Map<String,Integer> heatMapItem)
-