C# Class Dominion.Data.HistogramData

Mostrar archivo Open project: NathanTeeuwen/Dominulator Class Usage Examples

Public Methods

Method Description
AddOneToBucket ( int bucket ) : void
GetXAxis ( int threshHold = int.MaxValue ) : int[]
GetXAxisValueCoveringUpTo ( int threshhold ) : int
GetYAxis ( int threshHold = int.MaxValue ) : float[]
GetYAxisIntegrated ( int threshHold = int.MaxValue ) : float[]
InitializeAllBucketsUpTo ( int number ) : void
WriteBuckets ( System writer ) : void

Method Details

AddOneToBucket() public method

public AddOneToBucket ( int bucket ) : void
bucket int
return void

GetXAxis() public method

public GetXAxis ( int threshHold = int.MaxValue ) : int[]
threshHold int
return int[]

GetXAxisValueCoveringUpTo() public method

public GetXAxisValueCoveringUpTo ( int threshhold ) : int
threshhold int
return int

GetYAxis() public method

public GetYAxis ( int threshHold = int.MaxValue ) : float[]
threshHold int
return float[]

GetYAxisIntegrated() public method

public GetYAxisIntegrated ( int threshHold = int.MaxValue ) : float[]
threshHold int
return float[]

InitializeAllBucketsUpTo() public method

public InitializeAllBucketsUpTo ( int number ) : void
number int
return void

WriteBuckets() public method

public WriteBuckets ( System writer ) : void
writer System
return void