LCFIVertex
0.7.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
vertex_lcfi
nnet
inc
InputImportance.h
1
#ifndef INPUTIMPORTANCE_H
2
#define INPUTIMPORTANCE_H
3
4
#include "NeuralNetConfig.h"
5
#include "NeuralNet.h"
6
#include "NeuralNetDataSet.h"
7
8
#include <vector>
9
10
//namespace nnet added for the LCFI vertex package
11
namespace
nnet
12
{
13
14
class
15
#ifndef __CINT__
16
NEURALNETDLL
17
#endif
18
InputImportance
19
{
20
public
:
21
std::vector<double> operator()(
const
NeuralNet
&theNet,
const
NeuralNetDataSet
&theData)
const
;
22
};
23
24
}
//namespace nnet
25
26
#endif
nnet::NeuralNetDataSet
Definition:
NeuralNetDataSet.h:20
nnet::InputImportance
Definition:
InputImportance.h:14
nnet::NeuralNet
Definition:
NeuralNet.h:30
Generated on Fri Dec 2 2016 12:36:49 for LCFIVertex by
1.8.6