Skip to content

Commit c953953

Browse files
committed
Adding note for standardization
1 parent 935edca commit c953953

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/graphnet/models/data_representation/graphs/nodes

src/graphnet/models/data_representation/graphs/nodes/nodes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,10 @@ def __init__(
548548
incorrect results otherwise.
549549
add_counts: If True, number of log10(event counts per clusters)
550550
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.
551555
"""
552556
# Set member variables
553557
self._cluster_on = cluster_on

0 commit comments

Comments
 (0)