Class MicrosphereInterpolator

java.lang.Object
org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolator
All Implemented Interfaces:
MultivariateInterpolator

@Deprecated public class MicrosphereInterpolator extends Object implements MultivariateInterpolator
Deprecated.
Code will be removed in 4.0. Use InterpolatingMicrosphere and MicrosphereProjectionInterpolator instead.
Interpolator that implements the algorithm described in William Dudziak's MS thesis.
Since:
2.1
  • Field Details

    • DEFAULT_MICROSPHERE_ELEMENTS

      public static final int DEFAULT_MICROSPHERE_ELEMENTS
      Deprecated.
      Default number of surface elements that composes the microsphere.
      See Also:
    • DEFAULT_BRIGHTNESS_EXPONENT

      public static final int DEFAULT_BRIGHTNESS_EXPONENT
      Deprecated.
      Default exponent used the weights calculation.
      See Also:
    • microsphereElements

      private final int microsphereElements
      Deprecated.
      Number of surface elements of the microsphere.
    • brightnessExponent

      private final int brightnessExponent
      Deprecated.
      Exponent used in the power law that computes the weights of the sample data.
  • Constructor Details

  • Method Details