IFilter interface

 

Updated: June 9, 2015

IFilter interface

The IFilter interface applies a predefined filter to data.

For more information about the filter supported in Azure Machine Learning, see Data Transformation / Filter.

This interface provides the following functionality:

  • Specifies a filter to use

  • Applies the filter to the provides input data

  • Generates a DataTable of transformed data

Show: