Printer Friendly
The Free Dictionary
990,149,082 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

filter
(redirected from filtrate)

   Also found in: Dictionary/thesaurus, Medical, Wikipedia, Hutchinson 0.02 sec.

(1) To select data. Filters use patterns (masks) against which all data are compared and only matching data are "passed through," hence the concept of a filter. For example, e-mail clients and servers can look for messages with text patterns that are recognized as spam and delete them. An e-mail client can be set up to filter messages and store them in separate mailboxes as a way of organizing the mail, or it can be set to alert the user when a certain type of message arrives. See Bayesian filtering and spam filter.

(2) To change data. In this usage of the term, the concept of a filter (a pass-through device) is less obvious, but nevertheless widely used. For example, a sort routine changes the sequence of data. A conversion routine (import or export filter) changes one type of data, text or graphics format into another. See image filter and parse.

(3) See packet filter.


1.filter - (Originally Unix, now also MS-DOS) A program that processes an input data stream into an output data stream in some well-defined way, and does no I/O to anywhere else except possibly on error conditions; one designed to be used as a stage in a pipeline (see plumbing). Compare sponge.
2.filter - (functional programming) A higher-order function which takes a predicate and a list and returns those elements of the list for which the predicate is true. In Haskell:

filter p [] = [] filter p (x:xs) = if p x then x : rest else rest where rest = filter p xs

See also filter promotion.

?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
early secretory protein 6 [ESAT-6] and culture filtrate protein 10 [CFP-10]) appear to be more specific (8) and sensitive (9) than the TST in identifying latent and active TB.
The clear filtrate was transferred immediately to a 100-[micro]L glass capillary and measured with a Miniscope MS100 EPR spectrometer (Magnettech, Berlin, Germany) under standard conditions.
A Poseidon PPM-4200-E was installed to clarify the gravity decker filtrate.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.