Orbit Classification For Prediction / NASA
AI-ML-DL Prediction Orbit Class
@kaggle.brsdincer_orbitclassification
AI-ML-DL Prediction Orbit Class
@kaggle.brsdincer_orbitclassification
It is based on prediction process.
Data was generated without including unnecessary columns.
INLUCED:
a (AU) -- Semi-major axis of the orbit in AU
e -- Eccentricity of the orbit
i (deg) -- Inclination of the orbit with respect to the ecliptic plane and the equinox of J2000 (J2000-Ecliptic) in degrees
w (deg) -- Argument of perihelion (J2000-Ecliptic) in degrees
Node (deg) -- Longitude of the ascending node (J2000-Ecliptic) in degrees
M (deg) -- Mean anomoly at epoch in degrees
q (AU) -- Perihelion distance of the orbit in AU
Q (AU) -- Aphelion distance of the orbit in AU
P (yr) -- Orbital period in Julian years
H (mag) -- Absolute V-magnitude
MOID (AU) -- Minimum orbit intersection distance (the minimum distance between the osculating orbits of the NEO and the Earth
class -- Object classification
CLASS:
AMO*
APO
APO*
ATE
ATE*
IEO*
CREATE TABLE classast_pha (
"a_au" DOUBLE -- A (AU),
"e" DOUBLE,
"i_deg" DOUBLE -- I (deg),
"w_deg" DOUBLE -- W (deg),
"node_deg" DOUBLE -- Node (deg),
"m_deg" DOUBLE -- M (deg),
"q_au" DOUBLE -- Q (AU),
"q_au_a0cbe4" DOUBLE -- Q (AU),
"p_yr" DOUBLE -- P (yr),
"h_mag" DOUBLE -- H (mag),
"moid_au" DOUBLE -- MOID (AU),
"class" VARCHAR
);Anyone who has the link will be able to view this.