Menu

Benchmark multi-model/multi-view models.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

mmbench.workflow.barrier.area(y, x)[source]ΒΆ

Calculation of the area between a curve y and the line (ax + b) joining its two extrem values.

Parameters

y : list

the points of the curve.

x : list

x-axis.

Returns

area : float

area of the curve y relative to its base line.

Follow us

© 2023, mmbench developers