Registering New Transformations

Before you can register a new transformation, a developer must create the transformation using the instructions in the Data Mining Algorithm Guide. A jar file containing the code for the Java class that implements the transformation must be placed in the ARBORPATH\java\udf directory.

You must know the name of the Java class that implements the transformation.

  To register a new transformation:

  1. From Enterprise View or a custom view, expand the Data Mining node for the Essbase Server to which you are connected.

  2. Double-click Transformations, or right-click Transformations and select Transformation Table.

  3. Click New.

  4. Type the following information:

    Field

    Description

    Transformation Name

    A name of your choosing for the transformation.

    Java Class

    The name of the Java class that implements the transformation.

  5. Click Create when finished.