:orphan: .. _general_examples: Examples ======== This page contains some plotting guides for using watex. It is broken up into base, methods, view, and plot utility sections. For more in-depth guide, visit the :ref:`full user guide `. Most of the data used for the plot examples are real-world geosciences engineering data. However, the scripts implemented for the visualization work with any kind of dataset. .. raw:: html
.. thumbnail-parent-div-open .. thumbnail-parent-div-close .. raw:: html
Applications: Step-by-step guide ---------------------------------- These examples show a step-by-step guide for computing the DC-parameters, the mixture learning strategy to predict the permeability coefficient :math:`k` and restoring tensors via the modules :mod:`watex.methods` and :mod:`watex.utils.hydroutils`. The feature analyses and visualization are performed using the :mod:`watex.view` module. The datasets explanation can be found in :mod:`watex.datasets`. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_auto_detect_drilling_location_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_auto_detect_drilling_location.py` .. raw:: html
Auto-detect the drilling location
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_data_exploratory_quick_view_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_data_exploratory_quick_view.py` .. raw:: html
Data exploratory: Quick view
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_dc_em_parameters_computing_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_dc_em_parameters_computing.py` .. raw:: html
EM, DC, and Hydro parameters computing
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_stratagem_edi_process_script_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_stratagem_edi_process_script.py` .. raw:: html
Fast AMT data processing from Stratagem hardware
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_kmf_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_kmf.py` .. raw:: html
K-Means Featurization
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_nsamt_tensor_recovery_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_nsamt_tensor_recovery.py` .. raw:: html
NSAMT tensors recovery
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_res_z_phases_tensors_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_res_z_phases_tensors.py` .. raw:: html
Plot Res, Z and phase tensors
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_flow_rate_prediction_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_flow_rate_prediction.py` .. raw:: html
Predict FR from DC-Resistivity data
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_tensor_restoring_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_tensor_restoring.py` .. raw:: html
Restoring tensor with noised AMT data
.. raw:: html
.. only:: html .. image:: /glr_examples/applications/images/thumb/sphx_glr_plot_ymxs_label_for_k_prediction_thumb.png :alt: :ref:`sphx_glr_glr_examples_applications_plot_ymxs_label_for_k_prediction.py` .. raw:: html
k-prediction from MXS: step-by-step guide
.. thumbnail-parent-div-close .. raw:: html
Base assessors & estimators -------------------------------- Examples concerning the :mod:`watex.base` module. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /glr_examples/base/images/thumb/sphx_glr_plot_ada_gd_thumb.png :alt: :ref:`sphx_glr_glr_examples_base_plot_ada_gd.py` .. raw:: html
Plot Linear Adaptative Neuron Classifier (Adaline)
.. raw:: html
.. only:: html .. image:: /glr_examples/base/images/thumb/sphx_glr_plot_sbs_feature_selector_thumb.png :alt: :ref:`sphx_glr_glr_examples_base_plot_sbs_feature_selector.py` .. raw:: html
Plot Sequential Backward Selection (SBS)
.. raw:: html
.. only:: html .. image:: /glr_examples/base/images/thumb/sphx_glr_plot_ada_stochastic_gd_thumb.png :alt: :ref:`sphx_glr_glr_examples_base_plot_ada_stochastic_gd.py` .. raw:: html
Plot Stochastic Linear Adaptative Neuron Classifier
.. raw:: html
.. only:: html .. image:: /glr_examples/base/images/thumb/sphx_glr_plot_missing_thumb.png :alt: :ref:`sphx_glr_glr_examples_base_plot_missing.py` .. raw:: html
Plot data with missing features
.. thumbnail-parent-div-close .. raw:: html
Analyses ------------ Examples concerning the :mod:`watex.analysis` module. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /glr_examples/analysis/images/thumb/sphx_glr_plot_explained_variance_ratio_thumb.png :alt: :ref:`sphx_glr_glr_examples_analysis_plot_explained_variance_ratio.py` .. raw:: html
Explained variance ratio
.. raw:: html
.. only:: html .. image:: /glr_examples/analysis/images/thumb/sphx_glr_plot_linear_discriminant_analysis_thumb.png :alt: :ref:`sphx_glr_glr_examples_analysis_plot_linear_discriminant_analysis.py` .. raw:: html
Linear discriminant analysis (LDA)
.. raw:: html
.. only:: html .. image:: /glr_examples/analysis/images/thumb/sphx_glr_plot_pca_vs_factor_with_scedatic_noises_thumb.png :alt: :ref:`sphx_glr_glr_examples_analysis_plot_pca_vs_factor_with_scedatic_noises.py` .. raw:: html
PCA vs Factor Analysis with scedatic noises
.. raw:: html
.. only:: html .. image:: /glr_examples/analysis/images/thumb/sphx_glr_plot_decision_regions_thumb.png :alt: :ref:`sphx_glr_glr_examples_analysis_plot_decision_regions.py` .. raw:: html
Plot decision regions
.. thumbnail-parent-div-close .. raw:: html
Methods ------------ Examples concerning the :mod:`watex.methods` module. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_anomaly_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_anomaly.py` .. raw:: html
Electrical Resistivity Profiling (ERP)
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_phase_tensors_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_phase_tensors.py` .. raw:: html
Plot Pseudosection Phase tensors
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_filtered_tensors_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_filtered_tensors.py` .. raw:: html
Plot filtered tensors in 1D
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_2d_tensor_filtered_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_2d_tensor_filtered.py` .. raw:: html
Plot filtered tensors in 2D
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_logging_predictor_and_target_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_logging_predictor_and_target.py` .. raw:: html
Plot logging Predictor and target
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_logging_predictor_only_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_logging_predictor_only.py` .. raw:: html
Plot logging predictor
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_multiple_sites_recovery_signal_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_multiple_sites_recovery_signal.py` .. raw:: html
Plot multiple sites signal recovery
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_raw_2d_tensor_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_raw_2d_tensor.py` .. raw:: html
Plot tensor 2D
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_base_process_tensors_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_base_process_tensors.py` .. raw:: html
Plot tensors
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_noise_removal_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_noise_removal.py` .. raw:: html
Remove noises
.. raw:: html
.. only:: html .. image:: /glr_examples/methods/images/thumb/sphx_glr_plot_ves_fracture_zone_thumb.png :alt: :ref:`sphx_glr_glr_examples_methods_plot_ves_fracture_zone.py` .. raw:: html
Vertical Electrical Sounding (VES)
.. thumbnail-parent-div-close .. raw:: html
Plot utilities ------------------ Examples concerning the :mod:`watex.utils.plotutils` module. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_savitzky_golay1d_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_savitzky_golay1d.py` .. raw:: html
Plot Savitzky Golay 1D filter
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_stratalog_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_stratalog.py` .. raw:: html
Plot Strata
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_voronoi_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_voronoi.py` .. raw:: html
Plot Voronoi
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_clusters_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_clusters.py` .. raw:: html
Plot clusters
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_confidence_in_data_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_confidence_in_data.py` .. raw:: html
Plot confidence in EM data
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_confusion_matrices_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_confusion_matrices.py` .. raw:: html
Plot confusion matrices
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_model_confusion_matrix_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_model_confusion_matrix.py` .. raw:: html
Plot confusion matrix
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_confusion_matrix_sweet_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_confusion_matrix_sweet.py` .. raw:: html
Plot confusion matrix sweet
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_elbow_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_elbow.py` .. raw:: html
Plot elbow
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_erp_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_erp.py` .. raw:: html
Plot electrical resistivity profiling (ERP)
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_errors_vs_epochs_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_errors_vs_epochs.py` .. raw:: html
Plot errors vs epochs
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_ex_heatmap_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_ex_heatmap.py` .. raw:: html
Plot ex-heatmap
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_ex_matrix_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_ex_matrix.py` .. raw:: html
Plot ex-matrix
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_rf_feature_importances_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_rf_feature_importances.py` .. raw:: html
Plot feature importance with Randomforest
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_sbs_feature_selection_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_sbs_feature_selection.py` .. raw:: html
Plot feature selection with SBS
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_learning_curves_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_learning_curves.py` .. raw:: html
Plot learning curves
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_log_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_log.py` .. raw:: html
Plot log
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_naive_dendrogram_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_naive_dendrogram.py` .. raw:: html
Plot naive dendrogram
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_naive_silhouette_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_naive_silhouette.py` .. raw:: html
Plot naive silhouette
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_ohmic_area_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_ohmic_area.py` .. raw:: html
Plot ohmic-area
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_skew_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_skew.py` .. raw:: html
Plot phase sensitive skew
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_pca_components_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_pca_components.py` .. raw:: html
Plot principal components analysis (PCA) components
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_sfi_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_sfi.py` .. raw:: html
Plot pseudo-fracturing index (sfi)
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_regularization_path_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_regularization_path.py` .. raw:: html
Plot regularization path
.. raw:: html
.. only:: html .. image:: /glr_examples/utils/images/thumb/sphx_glr_plot_strike_thumb.png :alt: :ref:`sphx_glr_glr_examples_utils_plot_strike.py` .. raw:: html
Plot strike
.. thumbnail-parent-div-close .. raw:: html
Visualizations ------------------ Examples concerning the :mod:`watex.view` module. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_box_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_box.py` .. raw:: html
Plot Box
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_cut_comparison_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_cut_comparison.py` .. raw:: html
Plot Cut/Quantile features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_pr_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_pr.py` .. raw:: html
Plot Precision-Recall (PR)
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_roc_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_roc.py` .. raw:: html
Plot Receiving Operating Characteristic (ROC)
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_reg_scoring_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_reg_scoring.py` .. raw:: html
Plot Regression learning scoring
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_phase_sensistive_skew_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_phase_sensistive_skew.py` .. raw:: html
Plot Skew 1D/2D
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_rhoa_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_rhoa.py` .. raw:: html
Plot apparent resistivity curves
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_base_distributions_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_base_distributions.py` .. raw:: html
Plot base distributions
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_biplot_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_biplot.py` .. raw:: html
Plot bipolar with Principal component analysis (PCA)
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_confusion_matrix_metric_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_confusion_matrix_metric.py` .. raw:: html
Plot confusion matrix metric
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_correlating_features_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_correlating_features.py` .. raw:: html
Plot correlating features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_correlation_missing_data_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_correlation_missing_data.py` .. raw:: html
Plot correlation missing data
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_dendrogram_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_dendrogram.py` .. raw:: html
Plot dendrogram
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_dendroheat_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_dendroheat.py` .. raw:: html
Plot dendrogram combined with heatmap
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_dendro_missing_data_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_dendro_missing_data.py` .. raw:: html
Plot dendrogram missing data
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_discussing_features_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_discussing_features.py` .. raw:: html
Plot discussing features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_hist_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_hist.py` .. raw:: html
Plot features vs target on histogram plots
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_grid_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_grid.py` .. raw:: html
Plot grid
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_jointing_features_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_jointing_features.py` .. raw:: html
Plot jointing features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_learning_inspections_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_learning_inspections.py` .. raw:: html
Plot learning inspections
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_matshow_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_matshow.py` .. raw:: html
Plot matrix show
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_model_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_model.py` .. raw:: html
Plot model
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_model_scores_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_model_scores.py` .. raw:: html
Plot model scores
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_multiple_feature_distributions_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_multiple_feature_distributions.py` .. raw:: html
Plot multiple categorical feature distributions
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_num_features_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_num_features.py` .. raw:: html
Plot numerical features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_pairwise_corr_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_pairwise_corr.py` .. raw:: html
Plot pairwise features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_pararell_corrdinates_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_pararell_corrdinates.py` .. raw:: html
Plot parallel coordinates
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_projection_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_projection.py` .. raw:: html
Plot projection
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_radviz_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_radviz.py` .. raw:: html
Plot radial (RadViz)
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_pca_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_pca.py` .. raw:: html
Plot robust principal components analysis (PCA)
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_scattering_features_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_scattering_features.py` .. raw:: html
Plot scattering features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_scatter_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_scatter.py` .. raw:: html
Plot scatterring features
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_silhouette_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_silhouette.py` .. raw:: html
Plot silhouette
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_model_inspection_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_model_inspection.py` .. raw:: html
Plot single learning inspection
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_single_site_signal_recovery_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_single_site_signal_recovery.py` .. raw:: html
Plot single site signal recovery
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_target_inspection_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_target_inspection.py` .. raw:: html
Plot target inspection
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_2d_filtered_tensors_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_2d_filtered_tensors.py` .. raw:: html
Plot two dimensional dimensional filtered tensor
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_phase_tensor_2d_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_phase_tensor_2d.py` .. raw:: html
Plot two dimensional phase tensors
.. raw:: html
.. only:: html .. image:: /glr_examples/view/images/thumb/sphx_glr_plot_res_tensor_2d_thumb.png :alt: :ref:`sphx_glr_glr_examples_view_plot_res_tensor_2d.py` .. raw:: html
Plot two dimensional resistivity tensors
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: :includehidden: /glr_examples/applications/index.rst /glr_examples/base/index.rst /glr_examples/analysis/index.rst /glr_examples/methods/index.rst /glr_examples/utils/index.rst /glr_examples/view/index.rst .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: glr_examples_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: glr_examples_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_