Baselight

Multivariate Geochemical Classification

Multivariate Geochemical classification of Chromitite seams

@kaggle.saurabhshahane_multivariate_geochemical_classification

About this Dataset

Multivariate Geochemical Classification

Context

The Bushveld Complex, the largest layered mafic-ultramafic intrusion worldwide, is host of numerous, laterally continuous and chemically similar chromitite layers. Based on their stratigraphic position the layers are subdivided into a lower, middle and upper group (LG, MG and UG). Within these groups the layers are numbered successively – from the base to the top of each group. Attempts of discriminating between single layers based on their composition have failed – mainly due to the significant overlap of compositional fields, e.g. of chromitite mineral assemblages and chromite mineral chemistry between (neighboured) layers. In this contribution a tailored and easy to use multivariate classification scheme for the chromitite layers is proposed, based on a comprehensive classification routine for the LG and MG chromitites. This routine allows a clear attribution with known uncertainty of eight distinct chromitite layers. The study was carried out at the Thaba Mine, a chromite mine located on the western limb of the Bushveld Complex. The classification is based on a large geochemical database (N = 1205) from Thaba Mine. It comprises of a hierarchical discrimination approach relying on linear discriminant analysis and involves five distinct steps. Using default homogeneous prior probabilities, classification results are excellent for the first discrimination steps (LGs vs. MGs, 97 %; LG-6 vs. LG-6A, 94 %) and very good for the following steps (MG-1/2 vs. MG-3/4, 86 %; MG-1 vs. MG-2, 92 %; MG-3 vs. MG-4, 93 %; MG-4 vs. MG-4Z, 97 %; MG-4 vs. MG-4A, 88 %). The classification scheme was tested using the same sample set as a training set with unknown composition. Overall classification results for unknown samples belonging to one of the layers are 81 %. Hence, the classification scheme is at least valid for the Thaba mine. The approach may, however, be extended across the entire Bushveld, provided that an appropriate geochemical data set is available.
text source - https://www.sciencedirect.com/science/article/abs/pii/S0883292719300435?via%3Dihub

Content

Major Elements and PGE concentrations of LG and MG chromitites

Paper - https://dx.doi.org/10.1016/j.apgeochem.2019.02.009

Acknowledgements

Bachmann, Kai (2019), “Data for: Multivariate geochemical classification of chromitite seams in the Bushveld Complex, South Africa”, Mendeley Data, V1, doi: 10.17632/dc8jcnbcvk.1

Tables

Dataset Thaba Classification

@kaggle.saurabhshahane_multivariate_geochemical_classification.dataset_thaba_classification
  • 70.46 KB
  • 1205 rows
  • 23 columns
Loading...

CREATE TABLE dataset_thaba_classification (
  "projectcode" VARCHAR,
  "bh_id" VARCHAR,
  "motherhole" VARCHAR,
  "holetype" VARCHAR,
  "maxdepth" DOUBLE,
  "depthfrom" DOUBLE,
  "depthto" DOUBLE,
  "date" VARCHAR,
  "cr2o3" DOUBLE,
  "feo" DOUBLE,
  "sio2" DOUBLE,
  "mgo" DOUBLE,
  "al2o3" DOUBLE,
  "cao" DOUBLE,
  "p" DOUBLE,
  "au_icp_ppm" DOUBLE,
  "pt_icp_ppm" DOUBLE,
  "pd_icp_ppm" DOUBLE,
  "rh_icp_ppm" DOUBLE,
  "ir_icp_ppm" DOUBLE,
  "ru_icp_ppm" DOUBLE,
  "stratigraphy" VARCHAR,
  "filter" BIGINT
);