1234567891011121314151617181920212223242526272829303132 |
- [main]
- # whether to use eriks folder (only works on dionysos)
- imageNetLocal = false
- shareParameters = true
- noise = 0.1
- sigma = 1.0
- #GP variance approximation
- sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
- noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
- #GP variance
- sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
- noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
- #GP mean approximation
- sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
- noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
- #GP mean
- sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
- noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
- #Parzen
- sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
- noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
- #SVDD
- sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
- noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
- indexOfFirstClass = 0
- indexOfLastClass = 0
- runsPerClassToAverageTraining = 100000
- runsPerClassToAverageTraining = 100000
- nrOfExamplesPerClass = 100
|