Struct SessionHandler::HeatMapData¶
Defined in File SessionHandler.h
Nested Relationships¶
This struct is a nested type of Class SessionHandler.
Struct Documentation¶
-
struct
SmartPeak::SessionHandler::HeatMapData Public Members
-
Eigen::Tensor<float, 2, Eigen::RowMajor>
feat_heatmap_data
-
Eigen::Tensor<std::string, 1>
feat_heatmap_row_labels
-
Eigen::Tensor<std::string, 1>
feat_heatmap_col_labels
-
std::string
feat_heatmap_x_axis_title
-
std::string
feat_heatmap_y_axis_title
-
float
feat_value_min_
-
float
feat_value_max_
-
std::string
selected_feature_
-
Eigen::Tensor<std::string, 1>
selected_sample_names_
-
Eigen::Tensor<std::string, 1>
selected_transitions_
-
Eigen::Tensor<std::string, 1>
selected_transition_groups_
-
Eigen::Tensor<float, 2, Eigen::RowMajor>