Use in the 'OnOutputVisualization class.
Use in the 'OnOutputVisualization class. Creates a composite visualization with - the output of a tabular dataset - the visual models provided by the optional additionalVisualModels parameter - an HtmlVisualModel of the summary if it has been added to the addendum (nothing will be - added if the addendum doesn't include anything with the visual key 'summaryKey'
Create a map which can be used as the addendum with one (key, value) pair added.
Create a map which can be used as the addendum with one (key, value) pair added. Add more values to the map with map.updated(newKey, newValue)
The text which should appear in the summary tab of the result output.
Add to a list that will be used by Tabulator.
Add to a list that will be used by Tabulator. It creates an empty row in the table
Given the input size and output size, generates a report as a list of lists (which can then be formatted as an HTML table with the tabulator class about how much bad data was removed.
Given the input size and output size, generates a report as a list of lists (which can then be formatted as an HTML table with the tabulator class about how much bad data was removed. If, for example, the input had 100 rows and the output had ninety the report would read: Input data size: 100 rows Input data size after removing rows with null values: 90 rows Rows removed (due to null values) : 10 rows (10%)
Given the input size and output size, generates a report as a list of lists (which can then be formatted as an HTML table with the tabulator class about how much bad data was removed.
Given the input size and output size, generates a report as a list of lists (which can then be formatted as an HTML table with the tabulator class about how much bad data was removed. If, for example, the input had 100 rows and the output had ninety the report would read: Input data size: 100 rows Input data size after removing rows + REASON + : 90 rows Rows removed (REASON) : 10 rows (10%)
- why the data was removed e.g. "due to null values"
Returns a string describing the name of the results and where they are stored.
Returns a string describing the name of the results and where they are stored.
Has html
tags afterwards.
Utilities for writing the addendum for custom operators in a consistent manner