prtNewOutlierRemoval creates a new prtOutlierRemoval* M-file
prtNewOutlierRemoval creates a new prtOutlierRemoval* M-file including
definitions for all required methods and properties for
prtOutlierRemoval objects. By convention, prtOutlierRemoval M-files
should start with the string prtOutlierRemoval, and file names must be
valid MATLAB function names (no special characters, spaces, etc.)
prtNewOutlierRemoval(FILENAME) enables the user to specify the name of the new
prtOutlierRemoval object from the command line.
%Example:
prtNewOutlierRemoval('prtOutlierRemovalTechnique');