icecube.radcube.modules.MLClassifierScore module

class icecube.radcube.modules.MLClassifierScore.MLClassifierScore(ctx)

Bases: I3Module

This class is a wrapper to run the icecube.radcube.ml_tools.SingleChannelClassifier on the I3AntennaWaveform in the frame. It takes the waveform in the given frame, compute the Classifier Score for each waveform and put the Score in to the frame. See the documentation for that class for more information on the underlying algorithms.

Note that to use this class, you must have Tensorflow installed.

Configure((I3Module)arg1) None :
C++ signature :

void Configure(PythonModule<I3Module> {lvalue})

Physics((I3Module)arg1, (I3Frame)arg2) None :
C++ signature :

void Physics(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)