gordonwatts / BDTTrainingAnalysisLanguage

Pull from ATLAS EXOT 15 Derivation, columnar data, and flat rootutples with RDF to scikitlearn in one nice fast swoop
0 stars 2 forks source link

Support vector<double> coming back from a call #61

Closed gordonwatts closed 5 years ago

gordonwatts commented 5 years ago

For example, to get layer weights, we need the vector return type from getAttribute, and then we need to be able to reference a particular index of it.

gordonwatts commented 5 years ago

This should include being able to iterate on it (doing a .Sum or other things like Where, etc.).