| 释义 |
Best Fit
best fit[¦best ′fit] (statistics) goodness of fit Best Fit (algorithm)A resource allocation scheme (usually formemory). Best Fit tries to determine the best place to putthe new data. The definition of 'best' may differ betweenimplementations, but one example might be to try and minimisethe wasted space at the end of the block being allocated -i.e. use the smallest space which is big enough.
By minimising wasted space, more data can be allocatedoverall, at the expense of a more time-consuming allocationroutine.
Compare First Fit.Best Fit
Best FitA curve or line that comes most closely to following a set of data points plotted on a chart. Best fit curves and lines are used in technical analysis to find trends. |