#include <vpdfl_axis_gaussian_builder.h>
Inheritance diagram for vpdfl_axis_gaussian_builder:

Definition at line 21 of file vpdfl_axis_gaussian_builder.h.
Public Member Functions | |
| vpdfl_axis_gaussian_builder () | |
| Dflt ctor. | |
| virtual | ~vpdfl_axis_gaussian_builder () |
| Destructor. | |
| virtual vpdfl_pdf_base * | new_model () const |
| Create empty model. | |
| virtual void | set_min_var (double min_var) |
| Define lower threshold on variance for built models. | |
| virtual double | min_var () const |
| Get lower threshold on variance for built models. | |
| virtual void | build (vpdfl_pdf_base &model, const vnl_vector< double > &mean) const |
| Build default model with given mean. | |
| virtual void | build (vpdfl_pdf_base &model, mbl_data_wrapper< vnl_vector< double > > &data) const |
| Build model from data. | |
| virtual void | weighted_build (vpdfl_pdf_base &model, mbl_data_wrapper< vnl_vector< double > > &data, const vcl_vector< double > &wts) const |
| Build model from weighted data. | |
| short | version_no () const |
| Version number for I/O. | |
| virtual vcl_string | is_a () const |
| Name of the class. | |
| virtual bool | is_class (vcl_string const &s) const |
| Does the name of the class match the argument?. | |
| virtual vpdfl_builder_base * | clone () const |
| Create a copy on the heap and return base class pointer. | |
| virtual void | print_summary (vcl_ostream &os) const |
| Print class to os. | |
| virtual void | b_write (vsl_b_ostream &bfs) const |
| Save class to binary file stream. | |
| virtual void | b_read (vsl_b_istream &bfs) |
| Load class from binary file stream. | |
| virtual void | config_from_stream (vcl_istream &is) |
| Read initialisation settings from a stream. | |
Static Public Member Functions | |
| static vcl_auto_ptr< vpdfl_builder_base > | new_builder_from_stream (vcl_istream &is) |
| Create a vpdfl_builder_base object given a config steram. | |
| static vcl_auto_ptr< vpdfl_builder_base > | new_pdf_builder_from_stream (vcl_istream &) |
| Create a vpdfl_builder_base object given a config stream (recursive style). | |
Private Member Functions | |
| vpdfl_axis_gaussian & | gaussian (vpdfl_pdf_base &model) const |
Private Attributes | |
| double | min_var_ |
|
|
Dflt ctor.
Definition at line 26 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Destructor.
Definition at line 35 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Load class from binary file stream.
Implements vpdfl_builder_base. Definition at line 254 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Save class to binary file stream.
Implements vpdfl_builder_base. Definition at line 244 of file vpdfl_axis_gaussian_builder.cxx. |
|
||||||||||||
|
Build model from data.
Implements vpdfl_builder_base. Definition at line 79 of file vpdfl_axis_gaussian_builder.cxx. |
|
||||||||||||
|
Build default model with given mean.
Implements vpdfl_builder_base. Definition at line 67 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Create a copy on the heap and return base class pointer.
Implements vpdfl_builder_base. Definition at line 226 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Read initialisation settings from a stream. Parameters: {
min_var: 1.0e-6
}
Reimplemented from vpdfl_builder_base. Definition at line 281 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Definition at line 41 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Name of the class.
Reimplemented from vpdfl_builder_base. Definition at line 199 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Does the name of the class match the argument?.
Reimplemented from vpdfl_builder_base. Definition at line 208 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Get lower threshold on variance for built models.
Implements vpdfl_builder_base. Definition at line 62 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Create a vpdfl_builder_base object given a config steram.
Definition at line 55 of file vpdfl_builder_base.cxx. |
|
|
Create empty model.
Implements vpdfl_builder_base. Definition at line 48 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Create a vpdfl_builder_base object given a config stream (recursive style). Creates object, then uses config_from_stream(is) to set up internals
Definition at line 145 of file vpdfl_builder_base.cxx. |
|
|
Print class to os.
Implements vpdfl_builder_base. Definition at line 235 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Define lower threshold on variance for built models.
Implements vpdfl_builder_base. Definition at line 55 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Version number for I/O.
Reimplemented from vpdfl_builder_base. Definition at line 217 of file vpdfl_axis_gaussian_builder.cxx. |
|
||||||||||||||||
|
Build model from weighted data.
Implements vpdfl_builder_base. Definition at line 127 of file vpdfl_axis_gaussian_builder.cxx. |
|
|
Definition at line 23 of file vpdfl_axis_gaussian_builder.h. |
1.4.4