slope 0.29.0
Loading...
Searching...
No Matches
jit_normalization.h
Go to the documentation of this file.
1
6#pragma once
7
8namespace slope {
13{
14 None = 0,
15 Center = 1,
16 Scale = 2,
17 Both = 3
18};
19
20} // namespace slope
Namespace containing SLOPE regression implementation.
Definition clusters.cpp:5
JitNormalization
Enums to control predictor standardization behavior.
@ None
No JIT normalization.