Class LeakyBreakTies

Object
LeakyBreakTies
All Implemented Interfaces:
Computation<List<Double>,​ProtocolBuilderNumeric>

public class LeakyBreakTies
extends Object
implements Computation<List<Double>,​ProtocolBuilderNumeric>
Assuming that the input data is sorted, this computation outputs the ranks of the elements using the given strategy. The computation leaks what indices of elements are equal in the dataset.
  • Constructor Details

  • Method Details

    • buildComputation

      public DRes<List<Double>> buildComputation​(ProtocolBuilderNumeric builder)
      Specified by:
      buildComputation in interface Computation<List<Double>,​ProtocolBuilderNumeric>