Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, background_rejection=0.5, cut_direction=1) |
def | determine_cut_value (self, estimates, truths) |
def | cut_direction (self) |
def | cut_value (self) |
def | clone (self) |
def | fit (self, estimates, truths) |
def | predict (self, estimates) |
def | describe (self, estimates, truths) |
Public Attributes | |
background_rejection | |
cachec copy of the background-rejection threshold | |
cut_direction_ | |
cached copy of the cut direction (< or >) | |
cut_value_ | |
cached copy of the cut threshold | |
Apply cut on the background rejection
Definition at line 569 of file classification.py.
def __init__ | ( | self, | |
background_rejection = 0.5 , |
|||
cut_direction = 1 |
|||
) |
|
inherited |
Return a clone of this object
Definition at line 522 of file classification.py.
|
inherited |
Get the value of the cut direction
Definition at line 513 of file classification.py.
|
inherited |
Get the value of the cut threshold
Definition at line 518 of file classification.py.
|
inherited |
Describe the cut selection and its efficiency, purity and background rejection
Definition at line 547 of file classification.py.
def determine_cut_value | ( | self, | |
estimates, | |||
truths | |||
) |
Find the cut value that satisfies the desired background-rejection level
Reimplemented from CutClassifier.
Definition at line 578 of file classification.py.
|
inherited |
Fit to determine the cut threshold
Definition at line 530 of file classification.py.
|
inherited |
Select estimates that satisfy the cut
Definition at line 535 of file classification.py.