JsMVA
|
Go to the source code of this file.
Namespaces | |
JsMVA.DataLoader | |
DataLoader module with the functions to be inserted to TMVA::DataLoader class and helper functions. | |
Functions | |
def | JsMVA.DataLoader.GetInputVariableHist (dl, className, variableName, numBin, processTrfs="") |
Creates the input variable histogram and perform the transformations if necessary. More... | |
def | JsMVA.DataLoader.DrawCorrelationMatrix (dl, className) |
Draw correlation matrix This function uses the TMVA::DataLoader::GetCorrelationMatrix function added newly to root. More... | |
def | JsMVA.DataLoader.DrawInputVariable (dl, variableName, numBin=100, processTrfs=[]) |
Draw input variables This function uses the previously defined GetInputVariableHist function to create the histograms. More... | |
def | JsMVA.DataLoader.ChangeCallOriginalPrepareTrainingAndTestTree (args, kwargs) |
Rewrite TMVA::DataLoader::PrepareTrainingAndTestTree. More... | |