histogram implemented
This commit is contained in:
@@ -4,5 +4,6 @@ public class CellResult
|
||||
{
|
||||
public int Index { get; set; }
|
||||
public bool IsGood { get; set; }
|
||||
public double Distance { get; set; }
|
||||
/// <summary>Largest (histogram bin value − spline at that bin) across all bins. Negative if every bin is below the spline.</summary>
|
||||
public double MaxExceedance { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user