PermutationTestDistanceBased#
- class frouros.callbacks.batch.PermutationTestDistanceBased(num_permutations: int, num_jobs: int = -1, name: Optional[str] = None, verbose: bool = False, **kwargs)#
Permutation test on distance based batch callback class.
- property num_permutations: int#
Number of permutations property.
- Returns:
number of permutation to obtain the p-value
- Return type:
int
- property name: str#
Name property.
- Returns:
name value
- Return type:
str
- property num_jobs: int#
Number of jobs property.
- Returns:
number of jobs to use
- Return type:
int
- on_compare_start(**kwargs) None#
On compare start method.
- on_fit_end(**kwargs) None#
On fit end method.
- on_fit_start(**kwargs) None#
On fit start method.
- set_detector(detector) None#
Set detector method.
- property verbose: bool#
Verbose flag property.
- Returns:
verbose flag
- Return type:
bool
- on_compare_end(**kwargs) None#
On compare end method.
- reset() None#
Reset method.