JsMVA
Classes | Namespaces | Functions
Factory.py File Reference

Go to the source code of this file.

Classes

class  JsMVA.Factory.TreeReader
 Helper class for reading decision tree from XML file. More...
 

Namespaces

 JsMVA.Factory
 Factory module with the functions to be inserted to TMVA::Factory class and helper functions and classes.
 

Functions

def JsMVA.Factory.GetMethodObject (fac, datasetName, methodName)
 Getting method object from factory. More...
 
def JsMVA.Factory.GetDeepNetwork (xml_file)
 Reads deep neural network weights from file and returns it in JSON format. More...
 
def JsMVA.Factory.GetNetwork (xml_file)
 Reads neural network weights from file and returns it in JSON format. More...
 
def JsMVA.Factory.DrawROCCurve (fac, datasetName)
 Draw ROC curve. More...
 
def JsMVA.Factory.DrawOutputDistribution (fac, datasetName, methodName)
 Draw output distributions. More...
 
def JsMVA.Factory.DrawProbabilityDistribution (fac, datasetName, methodName)
 Draw output probability distribution. More...
 
def JsMVA.Factory.DrawCutEfficiencies (fac, datasetName, methodName)
 Draw cut efficiencies. More...
 
def JsMVA.Factory.DrawNeuralNetwork (fac, datasetName, methodName)
 Draw neural network. More...
 
def JsMVA.Factory.DrawDecisionTree (fac, datasetName, methodName)
 Draw deep neural network. More...
 
def JsMVA.Factory.ChangeTrainAllMethods (fac)
 Rewrite function for TMVA::Factory::TrainAllMethods. More...
 
def JsMVA.Factory.ChangeCallOriginal__init__ (args, kwargs)
 Rewrite the constructor of TMVA::Factory. More...
 
def JsMVA.Factory.ChangeCallOriginalBookMethod (args, kwargs)
 Rewrite TMVA::Factory::BookMethod. More...
 
def JsMVA.Factory.ChangeCallOriginalEvaluateImportance (args, kwargs)
 Rewrite the constructor of TMVA::Factory::EvaluateImportance. More...
 
def JsMVA.Factory.ChangeCallOriginalCrossValidate (args, kwargs)
 Rewrite the constructor of TMVA::Factory::CrossValidate. More...
 
def JsMVA.Factory.BookDNN (self, loader, title="DNN")
 Graphical interface for booking DNN. More...