OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Functions | |
def | moving_average |
def | graph_file |
Variables | |
tuple | files_to_graph = glob.glob("*_benchmark.csv") |
def make_benchmark_graphs.graph_file | ( | fn, | |
delta_rss = True |
|||
) |
Definition at line 41 of file make_benchmark_graphs.py.
References moving_average().
def make_benchmark_graphs.moving_average | ( | x, | |
n, | |||
type = 'simple' |
|||
) |
compute an n period moving average. type is 'simple' | 'exponential'
Definition at line 22 of file make_benchmark_graphs.py.
tuple make_benchmark_graphs.files_to_graph = glob.glob("*_benchmark.csv") |
Definition at line 105 of file make_benchmark_graphs.py.