higher-order function

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but currently has many typos and misspellings.

A higher-order function is a function where one or more if its parameters is itself a function. The map and reduce funcions that were the inspration for MapReduce are both examples of higher order functions.

Used in Chap. 8: page 111