Class LeakyBreakTies
java.lang.Object
dk.alexandra.fresco.stat.descriptive.LeakyBreakTies
- All Implemented Interfaces:
dk.alexandra.fresco.framework.builder.Computation<List<Double>,dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric>
public class LeakyBreakTies extends Object implements dk.alexandra.fresco.framework.builder.Computation<List<Double>,dk.alexandra.fresco.framework.builder.numeric.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<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.framework.value.SInt>> sortedData) -
Method Summary
Modifier and Type Method Description dk.alexandra.fresco.framework.DRes<List<Double>>buildComputation(dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric builder)
-
Constructor Details
-
LeakyBreakTies
public LeakyBreakTies(List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.framework.value.SInt>> sortedData)
-
-
Method Details