class PlotListBuilder(Boost.Python.instance)
    SIMCA plot and list builder object.
 
 
Method resolution order:
PlotListBuilder
Boost.Python.instance
builtins.object

Methods defined here:
T2_range_batch_plot(...)
T2_range_batch_plot( (PlotListBuilder)self) -> None
T2_range_column_plot(...)
T2_range_column_plot( (PlotListBuilder)self) -> None
T2_range_line_plot(...)
T2_range_line_plot( (PlotListBuilder)self) -> None
T2_range_ps_batch_plot(...)
T2_range_ps_batch_plot( (PlotListBuilder)self) -> None
T2_range_ps_column_plot(...)
T2_range_ps_column_plot( (PlotListBuilder)self) -> None
T2_range_ps_line_plot(...)
T2_range_ps_line_plot( (PlotListBuilder)self) -> None
__enter__(...)
__enter__( (PlotListBuilder)self) -> PlotListBuilder
__init__(...)
Raises an exception
This class cannot be instantiated from Python
__reduce__ = (...)
bi_plot(...)
bi_plot( (PlotListBuilder)self) -> None
coefficient_line_plot(...)
coefficient_line_plot( (PlotListBuilder)self) -> None
coefficient_overview_plot(...)
coefficient_overview_plot( (PlotListBuilder)self) -> None
coefficient_plot(...)
coefficient_plot( (PlotListBuilder)self) -> None
coefficients_list(...)
coefficients_list( (PlotListBuilder)self) -> None
component_contribution_plot(...)
component_contribution_plot( (PlotListBuilder)self) -> None
correlation_matrix_list(...)
correlation_matrix_list( (PlotListBuilder)self) -> None
cv_anova_list(...)
cv_anova_list( (PlotListBuilder)self) -> None
dmod_column_plot(...)
dmod_column_plot( (PlotListBuilder)self, (DModType)DModType) -> None :
    Creates Distance to model column plot
dmod_line_plot(...)
dmod_line_plot( (PlotListBuilder)self, (DModType)DModType) -> None :
    Creates Distance to model column plot
dmodx_batch_plot(...)
dmodx_batch_plot( (PlotListBuilder)self) -> None
dmodx_ps_batch_plot(...)
dmodx_ps_batch_plot( (PlotListBuilder)self) -> None
inner_relation_plot(...)
inner_relation_plot( (PlotListBuilder)self) -> None
loading_column_plot(...)
loading_column_plot( (PlotListBuilder)self) -> None
loading_line_plot(...)
loading_line_plot( (PlotListBuilder)self) -> None
loading_scatter_3dplot(...)
loading_scatter_3dplot( (PlotListBuilder)self) -> None :
    Creates the default loading scatter 3D plot
loading_scatter_plot(...)
loading_scatter_plot( (PlotListBuilder)self) -> None
misclassification_list(...)
misclassification_list( (PlotListBuilder)self) -> None
normal_probability_residual_plot(...)
normal_probability_residual_plot( (PlotListBuilder)self) -> None
obs_vs_maturity_batch_plot(...)
obs_vs_maturity_batch_plot( (PlotListBuilder)self) -> None
observed_vs_smoothed_y_plot(...)
observed_vs_smoothed_y_plot( (PlotListBuilder)self) -> None
opls_xy_overview_plot(...)
opls_xy_overview_plot( (PlotListBuilder)self) -> None
orthogonal_scores_batch_plot(...)
orthogonal_scores_batch_plot( (PlotListBuilder)self) -> None
predicted_orthogonal_scores_batch_plot(...)
predicted_orthogonal_scores_batch_plot( (PlotListBuilder)self) -> None
predicted_score_column_plot(...)
predicted_score_column_plot( (PlotListBuilder)self) -> None
predicted_score_line_plot(...)
predicted_score_line_plot( (PlotListBuilder)self) -> None
predicted_score_scatter_plot(...)
predicted_score_scatter_plot( (PlotListBuilder)self) -> None
predicted_scores_batch_plot(...)
predicted_scores_batch_plot( (PlotListBuilder)self) -> None
prediction_obs_vs_maturity(...)
prediction_obs_vs_maturity( (PlotListBuilder)self) -> None
prediction_variable_batch_plot(...)
prediction_variable_batch_plot( (PlotListBuilder)self) -> None
residuals_list(...)
residuals_list( (PlotListBuilder)self) -> None
rmse_cv_plot(...)
rmse_cv_plot( (PlotListBuilder)self) -> None
s_plot(...)
s_plot( (PlotListBuilder)self) -> None
score_column_plot(...)
score_column_plot( (PlotListBuilder)self) -> None
score_line_plot(...)
score_line_plot( (PlotListBuilder)self) -> None
score_scatter_3dplot(...)
score_scatter_3dplot( (PlotListBuilder)self) -> None :
    Creates the default score scatter 3D plot
score_scatter_plot(...)
score_scatter_plot( (PlotListBuilder)self) -> None
score_vs_score_cv_plot(...)
score_vs_score_cv_plot( (PlotListBuilder)self) -> None
scores_batch_plot(...)
scores_batch_plot( (PlotListBuilder)self) -> None
show_dataset(...)
show_dataset( (PlotListBuilder)self, (int)Number) -> None :
    Displays a dataset
show_predictionset(...)
show_predictionset( (PlotListBuilder)self) -> None :
    Displays the prediction set
source_of_variation_plot(...)
source_of_variation_plot( (PlotListBuilder)self) -> None
stocsy_plot(...)
stocsy_plot( (PlotListBuilder)self) -> None
summary_of_fit_list(...)
summary_of_fit_list( (PlotListBuilder)self) -> None
summary_of_fit_plot(...)
summary_of_fit_plot( (PlotListBuilder)self) -> None
variable_batch_plot(...)
variable_batch_plot( (PlotListBuilder)self) -> None
vip(...)
vip( (PlotListBuilder)self) -> None
workset_statistics_list(...)
workset_statistics_list( (PlotListBuilder)self) -> None
xy_component_plot(...)
xy_component_plot( (PlotListBuilder)self) -> None
xy_overview_list(...)
xy_overview_list( (PlotListBuilder)self) -> None
xy_overview_plot(...)
xy_overview_plot( (PlotListBuilder)self) -> None
y_predicted_column_plot(...)
y_predicted_column_plot( (PlotListBuilder)self) -> None
y_predicted_list(...)
y_predicted_list( (PlotListBuilder)self) -> None
y_predicted_plot(...)
y_predicted_plot( (PlotListBuilder)self) -> None
y_predicted_ps_column_plot(...)
y_predicted_ps_column_plot( (PlotListBuilder)self) -> None
y_predicted_ps_line_plot(...)
y_predicted_ps_line_plot( (PlotListBuilder)self) -> None
y_predicted_ps_plot(...)
y_predicted_ps_plot( (PlotListBuilder)self) -> None
yrelated_profiles(...)
yrelated_profiles( (PlotListBuilder)self) -> None
yrelated_profiles_overview(...)
yrelated_profiles_overview( (PlotListBuilder)self) -> None

Data and other attributes defined here:
DModType = <class 'umetrics.DModType'>
Different distance to model types used with create_dmod_column_plot etc.
Values: DModX, DModXPS, DModXPSPlus, DModY, DModYPS

Methods inherited from Boost.Python.instance:
__new__(*args, **kwargs) from Boost.Python.class
Create and return a new object.  See help(type) for accurate signature.

Data descriptors inherited from Boost.Python.instance:
__dict__
__weakref__