Class LeakyBreakTies
Object
LeakyBreakTies
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 Summary
Constructors Constructor Description LeakyBreakTies(List<DRes<SInt>> sortedData)
-
Method Summary
Modifier and Type Method Description DRes<List<Double>>
buildComputation(ProtocolBuilderNumeric builder)
-
Constructor Details
-
Method Details