Changeset 5143
- Timestamp:
- Mar 8, 2008, 11:54:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r5130 r5143 3687 3687 \end{methoddesc} 3688 3688 3689 \begin{methoddesc}{split}{factor=0.5, seed_num=None, verbose=False} 3690 Returns two geospatial_data object, first is the size of the 'factor' 3691 smaller the original and the second is the remainder. The two 3692 new object are disjoin set of each other. 3693 3694 Points of the two new object have selected RANDOMLY. 3695 3696 Input - the factor which to split the object, if 0.1 then 10% of the 3697 together object will be returned 3698 3699 Output - two geospatial_data objects that are disjoint sets of the original 3700 \end{methoddesc} 3701 3702 \begin{methoddesc}{find_optimal_smoothing_parameter}{data_file, alpha_list=None, mesh_file=None, boundary_poly=None, mesh_resolution=100000, 3703 north_boundary=None, south_boundary=None, east_boundary=None, west_boundary=None, plot_name='all_alphas', split_factor=0.1, seed_num=None, cache=False, verbose=False} 3704 3705 Returns two geospatial_data object, first is the size of the 'factor' 3706 smaller the original and the second is the remainder. The two 3707 new object are disjoin set of each other. 3708 3709 Points of the two new object have selected RANDOMLY. 3710 3711 Input - the factor which to split the object, if 0.1 then 10% of the 3712 together object will be returned 3713 3714 Output - two geospatial_data objects that are disjoint sets of the original 3715 \end{methoddesc} 3716 3717 3689 3718 3690 3719 \section{Graphical Mesh Generator GUI} … … 3832 3861 or is constant, one bin will be created. If \code{number\_of\_bins} 3833 3862 is omitted, 10 bins will be created.\\ \hline 3863 3864 \section{Finding the Optimal Alpha Value} 3865 3866 The function ???? 3867 more to come very soon 3834 3868 3835 3869 \end{tabular}
Note: See TracChangeset
for help on using the changeset viewer.