12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- [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 = 1000
- runsPerClassToAverageTesting = 1
- nrOfExamplesPerClass = 100
- GPSRMean = true
- GPSRVar = true
- GPMean = false
- GPVar = false
- GPMeanApprox = false
- GPVarApprox = false
- GPOptMean = false
- GPOptVar = false
- Parzen = false
- SVDD = false
- [GPSR]
- nrOfRegressors = 50
|