Input enhancement (computer science): Difference between revisions

Content deleted Content added
Typo/general fixes, replaced: the the → the, added orphan tag, typo(s) fixed: Often times → Oftentimes, a O → an O (2) using AWB
m Disambiguated: preprocessingData preprocessing
Line 103:
 
== Related Concepts ==
Input enhancement is often used interchangeably with [[precomputation]] and [[Data preprocessing|preprocessing]]. Although they are related, there are several important differences that must be noted.
 
*Precomputing and input enhancement can sometimes be used synonymously. More specifically, precomputation is the calculation of a given input before anything else is done to the input. Oftentimes a table is generated to be looked back on during the actual execution of the algorithm. Input enhancement that calculates values and assigns them to elements of the input can be classified as precomputation, but the similarities stop there. There are sections of input enhancement that do not utilize precomputing and the terms should not be mutually used.