EdgeAdd
(Built-in Mathematica Symbol) EdgeAdd[g, e] makes a graph by adding the edge e to the graph g.EdgeAdd[g, {e_1, e_2, ...}] adds a collection of edges to g.
EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
EdgeWeight is an option and property for Graph and related functions that specifies an edge weight.
EntropyFilter[image, r] filters image by replacing every value by the information entropy of the values in its range r neighborhood. EntropyFilter[data, r] applies entropy ...
FileBaseName["file"] gives the base name for a file without its extension.
FileExtension["file"] gives the file extension for a file name.
FileNameDepth["file"] gives the number of path elements in the file name " file".
FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...
FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.
FunctionSpace is an option for FindSequenceFunction and related functions that specifies the space of functions to consider for representations.