Changeset 5143


Ignore:
Timestamp:
Mar 8, 2008, 11:54:28 AM (16 years ago)
Author:
nick
Message:

add split and find_optimal_smoothing_parameter to user_manual/anuga_user_manual.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r5130 r5143  
    36873687\end{methoddesc}
    36883688
     3689\begin{methoddesc}{split}{factor=0.5, seed_num=None, verbose=False}
     3690Returns two geospatial_data object, first is the size of the 'factor'
     3691smaller the original and the second is the remainder. The two
     3692new object are disjoin set of each other.
     3693       
     3694Points of the two new object have selected RANDOMLY.
     3695       
     3696Input - the factor which to split the object, if 0.1 then 10% of the
     3697together object will be returned
     3698       
     3699Output - 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,
     3703north_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
     3705Returns two geospatial_data object, first is the size of the 'factor'
     3706smaller the original and the second is the remainder. The two
     3707new object are disjoin set of each other.
     3708       
     3709Points of the two new object have selected RANDOMLY.
     3710       
     3711Input - the factor which to split the object, if 0.1 then 10% of the
     3712together object will be returned
     3713       
     3714Output - two geospatial_data objects that are disjoint sets of the original
     3715\end{methoddesc}
     3716
     3717
    36893718
    36903719\section{Graphical Mesh Generator GUI}
     
    38323861or is constant, one bin will be created. If \code{number\_of\_bins}
    38333862is omitted, 10 bins will be created.\\  \hline
     3863
     3864\section{Finding the Optimal Alpha Value}
     3865
     3866The function ????
     3867more to come very soon
    38343868
    38353869\end{tabular}
Note: See TracChangeset for help on using the changeset viewer.