Class Transformation

java.lang.Object
edu.cmu.tetrad.calculator.Transformation

public class Transformation extends Object
Represents a transformation on some dataset. For instance if the equation is X = Z + W, where Z and W are columns in the data set,
Author:
Tyler Gibson
  • Method Details

    • transform

      public static void transform(DataSet data, String... equations) throws ParseException
      Transforms the given data using the given representations of transforming equations.
      Parameters:
      data - - The data that is being transformed.
      equations - - The equations used to transform the data.
      Throws:
      ParseException - - Throws a parse exception if any of the given equations isn't "valid".