SrCnnAnomalyDetectionBase.Transform(IDataView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initialize a transformer which will do lambda transfrom on input data in prediction engine. No actual transformations happen here, just schema validation.
public Microsoft.ML.IDataView Transform (Microsoft.ML.IDataView input);
abstract member Transform : Microsoft.ML.IDataView -> Microsoft.ML.IDataView
override this.Transform : Microsoft.ML.IDataView -> Microsoft.ML.IDataView
Public Function Transform (input As IDataView) As IDataView
Parameters
- input
- IDataView