Type Parameters:
T - feature input-type

public class InvertedMax<T extends FeatureInput> extends FeatureUnaryGeneric<T>
Finds the repciprocal (multiplicate inverse), but imposes a maximum ceiling via a constant.
Author:
Owen Feehan
  • Constructor Details

    • InvertedMax

      public InvertedMax()
  • Method Details