Baselight

Telescope Spectrum Gamma Or Hadron

Prediction Gamma or Hadron

@kaggle.brsdincer_telescope_spectrum_gamma_or_hadron

Loading...
Loading...

About this Dataset

Telescope Spectrum Gamma Or Hadron

DATA FOR PREDICTION GAMMA OR HADRON

fLength -- major axis of ellipse [mm]
fWidth -- minor axis of ellipse [mm]
fSize -- 10-log of sum of content of all pixels [in #phot]
fConc -- ratio of sum of two highest pixels over fSize [ratio]
fConc1 -- ratio of highest pixel over fSize [ratio]
fAsym -- distance from highest pixel to center, projected onto major axis [mm]
fM3Long -- 3rd root of third moment along major axis [mm]
fM3Trans -- 3rd root of third moment along minor axis [mm]
fAlpha -- angle of major axis with vector to origin [deg]
fDist -- distance from origin to center of ellipse [mm]
class -- gamma (signal), hadron (background)

Tables

Telescope

@kaggle.brsdincer_telescope_spectrum_gamma_or_hadron.telescope
  • 1.17 MB
  • 19020 rows
  • 11 columns
Loading...

CREATE TABLE telescope (
  "flength" DOUBLE,
  "fwidth" DOUBLE,
  "fsize" DOUBLE,
  "fconc" DOUBLE,
  "fconc1" DOUBLE,
  "fasym" DOUBLE,
  "fm3long" DOUBLE,
  "fm3trans" DOUBLE,
  "falpha" DOUBLE,
  "fdist" DOUBLE,
  "class" VARCHAR
);

Share link

Anyone who has the link will be able to view this.