We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935edca commit c953953Copy full SHA for c953953
1 file changed
src/graphnet/models/data_representation/graphs/nodes/nodes.py
@@ -548,6 +548,10 @@ def __init__(
548
incorrect results otherwise.
549
add_counts: If True, number of log10(event counts per clusters)
550
is added as a feature.
551
+
552
+ NOTE: Make sure that either the input data is not already standardized
553
+ or that the `charge_standardization` and `time_standardization`
554
+ parameters are set to 1 to avoid a double standardization.
555
"""
556
# Set member variables
557
self._cluster_on = cluster_on
0 commit comments