76 | | || '''find_optimal_smoothing_parameter(data_file, alpha_list=None, mesh_file=None, boundary_poly=None, mesh_resolution=100000, north_boundary=None, south_boundary=None, east_boundary=None, west_boundary=None, plot_name='all_alphas', split_factor=0.1, seed_num=False, cache=False, verbose=False)''' || Using a sample of points from '''data_file''' and a selection of alpha values from '''alpha_list''' returns the alpha value that has the smallest covariance between the predicted value and removed values. || |
| 76 | || '''old_find_optimal_smoothing_parameter(data_file, alpha_list=None, mesh_file=None, boundary_poly=None, mesh_resolution=100000, north_boundary=None, south_boundary=None, east_boundary=None, west_boundary=None, plot_name='all_alphas', split_factor=0.1, seed_num=False, cache=False, verbose=False)''' || Using a sample of points from '''data_file''' and a selection of alpha values from '''alpha_list''' returns the alpha value that has the smallest covariance between the predicted value and removed values. || |