icecube

IceCube-specific Detector class(es).

class graphnet.models.detector.icecube.IceCube86(*args, **kwargs)[source]

Bases: Detector

Detector class for IceCube-86.

Construct Detector.

Parameters:
  • args (Any) –

  • kwargs (Any) –

Return type:

object

feature_map()[source]

Map standardization functions to each dimension of input data.

Return type:

Dict[str, Callable]

class graphnet.models.detector.icecube.IceCubeKaggle(*args, **kwargs)[source]

Bases: Detector

Detector class for Kaggle Competition.

Construct Detector.

Parameters:
  • args (Any) –

  • kwargs (Any) –

Return type:

object

feature_map()[source]

Map standardization functions to each dimension of input data.

Return type:

Dict[str, Callable]

class graphnet.models.detector.icecube.IceCubeDeepCore(*args, **kwargs)[source]

Bases: Detector

Detector class for IceCube-DeepCore.

Construct Detector.

Parameters:
  • args (Any) –

  • kwargs (Any) –

Return type:

object

feature_map()[source]

Map standardization functions to each dimension of input data.

Return type:

Dict[str, Callable]

class graphnet.models.detector.icecube.IceCubeUpgrade(*args, **kwargs)[source]

Bases: Detector

Detector class for IceCube-Upgrade.

Construct Detector.

Parameters:
  • args (Any) –

  • kwargs (Any) –

Return type:

object

feature_map()[source]

Map standardization functions to each dimension of input data.

Return type:

Dict[str, Callable]