from
Table Breakpoint Optimization
by Tucker McClure
A set of tools for finding the best way to reduce the size of a table.
|
| Table Optimizer |
|
Find a small table that best represents a larger table.
This function finds the best way to reduce the size of a table to the specified number of points or to the smallest table that's still within a given error bound from the original. That is, suppose you had a table of 100-by-10,000 points, but wanted to find the closest 9-by-10 table. This tool would find what 9-by-10 points best represent the original table. This is accomplished using traditional constrained optimization techniques to best fit a table with the specified dimensions.
|
|
Contact us