C# Class PostSimulationAnalysis.Trial

ファイルを表示 Open project: Microsoft/StopGuessing Class Usage Examples

Public Properties

Property Type Description
IndustryBlockScore double
IsAGuess bool
IsClientAProxyIP bool
IsFromAttacker bool
IsIpInAttackersPool bool
IsIpInBenignPool bool
IsPasswordCorrect bool
SSHBlockScore double
scoreForEachCondition double[]

Public Methods

Method Description
CompareTo ( Trial other, int condition ) : int
GetScoreForCondition ( int condition ) : double
Trial ( string fields ) : System

Method Details

CompareTo() public method

public CompareTo ( Trial other, int condition ) : int
other Trial
condition int
return int

GetScoreForCondition() public method

public GetScoreForCondition ( int condition ) : double
condition int
return double

Trial() public method

public Trial ( string fields ) : System
fields string
return System

Property Details

IndustryBlockScore public_oe property

public double IndustryBlockScore
return double

IsAGuess public_oe property

public bool IsAGuess
return bool

IsClientAProxyIP public_oe property

public bool IsClientAProxyIP
return bool

IsFromAttacker public_oe property

public bool IsFromAttacker
return bool

IsIpInAttackersPool public_oe property

public bool IsIpInAttackersPool
return bool

IsIpInBenignPool public_oe property

public bool IsIpInBenignPool
return bool

IsPasswordCorrect public_oe property

public bool IsPasswordCorrect
return bool

SSHBlockScore public_oe property

public double SSHBlockScore
return double

scoreForEachCondition public_oe property

public double[] scoreForEachCondition
return double[]