Display Transformation

View a list of data-mining transformations.

Minimum permission required: Read.

Syntax

Syntax diagram for display transformation.TRANSF-NAME

You can list information about transformations in the following ways:

KeywordDescription

all

List information about all data mining transformations.

template

Obtain the template to use for the transformation. This information must be inserted into the desired accessor's XML element within the algorithm/model template.

Example

display transformation;

Lists information about all the registered data mining transformations.

display transformation template 'Scale';

Lists information about the transformation named Scale.