What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Feature vs Algorithm - What's the difference?

feature | algorithm |

As nouns the difference between feature and algorithm

is that feature is (label) one's structure or make-up; form, shape, bodily proportions while algorithm is a precise step-by-step plan for a computational procedure that possibly begins with an input value and yields an output value in a finite number of steps.

As a verb feature

is to ascribe the greatest importance to something within a certain context.

feature

Noun

(en noun)
  • (label) One's structure or make-up; form, shape, bodily proportions.
  • * 1596 , (Edmund Spenser), (The Faerie Queene) , IV.ii:
  • all the powres of nature, / Which she by art could vse vnto her will, / And to her seruice bind each liuing creature; / Through secret vnderstanding of their feature .
  • An important or main item.
  • (label) A long, prominent, article or item in the media, or the department that creates them; frequently used technically to distinguish content from news.
  • Any of the physical constituents of the face (eyes, nose, etc.).
  • (label) A beneficial capability of a piece of software.
  • *
  • The cast or structure of anything, or of any part of a thing, as of a landscape, a picture, a treaty, or an essay; any marked peculiarity or characteristic; as, one of the features of the landscape.
  • *
  • (label) Something discerned from physical evidence that helps define, identify, characterize, and interpret an archeological site.
  • A feature' of many Central Texas prehistoric archeological sites is a low spreading pile of stones called a rock midden. Other ' features at these sites may include small hearths.
  • (label) Characteristic forms or shapes of a part. For example, a hole, boss, slot, cut, chamfer, or fillet.
  • Synonyms

    * See also

    Derived terms

    * featural * feature article

    Verb

    (featur)
  • To ascribe the greatest importance to something within a certain context.
  • To star, to contain.
  • to appear; to make an appearance.
  • * {{quote-news
  • , year=2009 , date=November 27 , author= , title=Jimi Hendrix's Voodoo Child has 'best guitar riff' , work=BBC citation , page= , passage=Led Zeppelin's Whole Lotta Love, Deep Purple's Smoke On The Water and Layla by Derek and the Dominos also featured in the top five. }}

    algorithm

    Alternative forms

    * algorism (obsolete)

    Noun

    (en noun)
  • A precise step-by-step plan for a computational procedure that possibly begins with an input value and yields an output value in a finite number of steps.
  • * 1990 , Cormen, Leiserson, and Rivest, Introduction to Algorithms'': page 1. Cambridge, MA, The MIT Press, 1999 (''23rd printing )
  • Informally, an algorithm''''' is any well-defined computational procedure that takes some value, or set of values, as input and produces some value, or set of values, as output. An ' algorithm is thus a sequence of computational steps that transform the input into the output.
  • * {{quote-magazine, date=2013-07-26, author=(Leo Hickman)
  • , volume=189, issue=7, page=26, magazine=(The Guardian Weekly) , title= How algorithms rule the world , passage=The use of algorithms in policing is one example of their increasing influence on our lives. And, as their ubiquity spreads, so too does the debate around whether we should allow ourselves to become so reliant on them – and who, if anyone, is policing their use.}}
  • (archaic) Calculation with Arabic numerals; algorism.
  • Hyponyms

    (hyp-top) * approximation algorithm * checksum algorithm * classification algorithm * compression algorithm * computer arithmetic algorithm * distributed algorithm * divide and conquer algorithm (hyp-mid) * genetic algorithm * greedy algorithm * parallel algorithm * randomized algorithm * randomized algorithm * semi-algorithm * sequential algorithm (hyp-bottom)

    Usage notes

    * Though some technical definitions require that an algorithm always terminate in a finite number of steps, this distinction is not generally observed in practice.

    See also

    * data structure * function * program