Source: factory.service/package.core/ObjServiceClassification.py
| Method | Signature | Description |
|---|---|---|
| read | read(segment_name: str) |
|
| row_value | row_value(row, name: str) |
|
| is_leaf | is_leaf(node) |
|
| node_name | node_name(name) |
|
| node_token | node_token(name) |
|
| compute_diagram | compute_diagram(node, accumulator) |
Recursively computes and updates a diagram structure based on the |
| diagram | diagram() |
|
| compute_classification | compute_classification(node, context, guid_name: str) |
Evaluates a classification tree based on contextual data and node |
| normalise_tree | normalise_tree(slice_name: str) |
Normalizes the tree structure and updates the classification and data |
| compute_classification_tree | compute_classification_tree(table: str, guid_name: str) |
Compute the classification tree for a given table and identifier. |
| save_test_data | save_test_data() |
Saves test data to a YAML file. |
| restore_test_data | restore_test_data() |
Restores test data from a YAML file. |
Executes visualization logic using the provided calculation identifier
Generates a visual diagram representation based on the provided slice
Executes the process of reading a slice, computing its classification tree
Normalizes a given data slice by invoking methods on an API service
Saves the current test data to a YAML file.
Restores test data from a YAML file.