C# Class PostSimulationAnalysis.Trial

Show file 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 property

public double IndustryBlockScore
return double

IsAGuess public property

public bool IsAGuess
return bool

IsClientAProxyIP public property

public bool IsClientAProxyIP
return bool

IsFromAttacker public property

public bool IsFromAttacker
return bool

IsIpInAttackersPool public property

public bool IsIpInAttackersPool
return bool

IsIpInBenignPool public property

public bool IsIpInBenignPool
return bool

IsPasswordCorrect public property

public bool IsPasswordCorrect
return bool

SSHBlockScore public property

public double SSHBlockScore
return double

scoreForEachCondition public property

public double[] scoreForEachCondition
return double[]