-
Notifications
You must be signed in to change notification settings - Fork 5
Home
AlphaChannelQ[image] returns True if the image has an alpha channel
BuildPaclet::usage
BuildWikiDocumentation[directory,context] creates wiki pages for the symbols in the given context
By[head, data, func] evaluates as head[Map[func,data]]
CommonestBy[data, func] computes the commonest value of 'data' by using 'func'
DatasetImport[file, ...] evaluates as Dataset[Import[ file, ...]]
DatasetImportFiles[files, ...] evaluates as Map[Dataset, ImportFiles[files, ...]]
DatasetMap[func, expr] evaluates as Dataset[AssociationMap[func, expr]]
DirectoryByteCount[dir] returns the byte count for directory 'dir'
DirectorySize[dir] returns the byte count for 'dir' as a quantity
GetFiles[files] evaluates as Map[Get, files]
Image3DCubeQ[image] returns True if the image width, height, and depth are all equal
ImageCropResize[image, dims] crops and resize an image to the specified dimensions
ImageStrictlyPortraitQ[image] returns True if the image width is greater than or equal to the image height
ImageStrictlyPortraitQ[image] returns True if the image width is less than or equal to the image height
ImageStrictlyPortraitQ[image] returns True if the image width is equal to the image height
ImageStrictlyPortraitQ[image] returns True if the image width is greater than the image height
ImageStrictlyPortraitQ[image] returns True if the image width is less than the image height
ImportDirectory[dir] imports all files in 'dir'. ImportDirectory[dir,patt] imports all files that match string pattern 'patt'
ImportFiles[files, ...] evaluates as Map[Import, files]
InformationDataset[ pattern ] gives usage information for functions matching the string pattern
MaxBy[data, func] computes the maximum value of 'data' by using 'func'
MeanBy[data, func] computes the mean of 'data' by using 'func'
MedianBy[data, func] computes the median of 'data' by using 'func'
MinBy[data, func] computes the minimum value of 'data' by using 'func'
PacletInformationDataset[paclet] returns paclet information as a dataset
RandomGeoPosition[] picks a random geo position
Rarest[data] computes the rarest (least common) values of 'data'
RarestBy[data, func] computes the rarest (least common) values of 'data' by using 'func'
StandardDeviationBy[data, func] computes the standard deviation of 'data' by using 'func'
SystemStringOpen[string] determines the file format for 'string' and opens it with the default application
ToStringFileName[file] rewrites file as a classical string filename
URLHash[url] gives the hash for the content stored at the url
VarianceBy[data, func] computes the variance of 'data' by using 'func'
$ExtensionToFormat associates file extensions with their format name
$FormatToExtension associates a file format with its list of supported file extensions
$InputDirectoryName is the directory name for the current value of $InputFileName