- Jul 19, 2017
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
One cannout put webpage class fully into source code while Qt need to generate MOC file (Qt dictionary) for class slots and signals
-
Sergey Linev authored
Probably, this qmake project can be replaced with cmake logic
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
* remove copy constructor and destructor * provide methods docu
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Method introduced in TDrawable, while this class responsible to fill all kinds of context menus for objects
-
Sergey Linev authored
TBufferJSON does not lise std::list of menu items, need to be investiagted later
-
Sergey Linev authored
Drawable will be responsible to fill context menu items and then correctly execute them
-
Sergey Linev authored
Each drawable will get uniquie id, which is delivered to the JS side. Such id will be used to request different object properties
-
- Jul 18, 2017
-
-
Kim Albertsson authored
* MethodBDT annotate gradboost * MethodBDT remove binary reweighting for multiclass * MethodBDT increase response scaling to match lit. for multiclass See Jerome H. Freidman "Greedy Function Approximation: A Gradient Boosting Machine" for details (p.1201). * Fix gradboost response event weight The response of the gradient boosting was calculated using `sum(|y_ik|(1-|y_ik|)) * w^2` for each decision node region where w is the event weight and y_ik is the pseudoresidual. This fix changes the weighing to `sum(|y_ik|(1-|y_ik|)) * w`, that is the first expression is weighted linearly per event. Symptoms include heavy bias towards events with w >> 1 and elimination of events with w << 1. * clang-format
-
Raphael Isemann authored
We often parse the output of commands to get certain system information. This however fails as soon as the system locale changes which results in cryptic errors where certain variables have the wrong content on an otherwise perfectly fine working system. This patch sets LANG=C from CMake to force all subprocesses that we run to use the stable C locale that should prevent all those errors in the future.
-
- Jul 17, 2017
-
-
Guilherme Amadio authored
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-
Enrico Guiraud authored
TInterface now checks that all column names are known (i.e. are found in the data or are names of custom columns) before booking actions via CreateAction (Histo*, Profile*, Fill, Min, Max, Mean).
-
Enrico Guiraud authored
It looks for column names that do not correspond to a TTree branch or to a `Define`d column and returns them in a vector.
-
- Jul 16, 2017
-
-
Vassil Vassilev authored
-
- Jul 15, 2017
-
-
Frederich Munch authored
No need for these details to be public.
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
-
- Jul 14, 2017
-
-
Raphael Isemann authored
Otherwise everyone using ninja to build is lacking colors.
-
Dmitry Kalinkin authored
-
Raphael Isemann authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-