The document discusses approaches for assigning weights to layer clusters in Tracksters to indicate the likelihood of belonging to the same particle or being contaminated. The goal is to develop reproducible code, port a trained model to C, and provide a final report and presentation. Various data representations and machine learning methods are explored, including layer-cluster level, extended layer-cluster level, sequence representations using LSTM and CNN, and graph representations using GCN and adaptive sampling. Performance is evaluated on classification of purity levels. Extended layer-cluster and sequence representations showed improved performance over the basic layer-cluster approach. Notebooks containing the code are described in an appendix.