C# Class UserSimulation.QuantileCutoff

Inheritance: CutoffKind
ファイルを表示 Open project: plasma-umass/DataDebug

Public Methods

Method Description
QuantileCutoff ( double pct_threshold ) : System
applyCutoff ( int>.System.Collections.Generic.Dictionary scores, HashSet known_good ) : int>>.List

Method Details

QuantileCutoff() public method

public QuantileCutoff ( double pct_threshold ) : System
pct_threshold double
return System

applyCutoff() public method

public applyCutoff ( int>.System.Collections.Generic.Dictionary scores, HashSet known_good ) : int>>.List
scores int>.System.Collections.Generic.Dictionary
known_good HashSet
return int>>.List