# | Line 17 | Line 17 | class mvainfo: | |
---|---|---|
17 | self.comment='' | |
18 | ||
19 | def getweightfile(self): | |
20 | < | return self.weightfilepath+'/'+self.factoryname+'_'+self.MVAname+'.weights.xml' |
20 | > | return './'+self.factoryname+'_'+self.MVAname+'.weights.xml' |
21 | ||
22 | def addtreecut(self, cut): | |
23 | if self.treecut == '': | |
# | Line 29 | Line 29 | class mvainfo: | |
29 | if self.comment == '': | |
30 | self.comment = '- %s'%comment | |
31 | else: | |
32 | < | self.comment = '%s\n- %s'%(self.comment,comment) |
32 | > | self.comment = '%s\n- %s'%(self.comment,comment) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |