Interface ModelTransform

All Known Implementing Classes:
ModelStandardTransform

public interface ModelTransform
Model transform interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    transform(double value)
     
  • Method Details

    • transform

      double transform(double value)