Telescope Spectrum Gamma Or Hadron
Prediction Gamma or Hadron
@kaggle.brsdincer_telescope_spectrum_gamma_or_hadron
Prediction Gamma or Hadron
@kaggle.brsdincer_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)
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
);Anyone who has the link will be able to view this.