C# Class BP_LDA.paramTrain_t

Show file Open project: jvking/bp-lda Class Usage Examples

Public Properties

Property Type Description
BachSizeSchedule int>.Dictionary
BatchSize int
BatchSize_Test int
DebugLevel DebugLevel_t
ExternalEval string
LearnRateSchedule string
MaxMultiThreadDegree int
TestInputFile string
TestLabelFile string
ThreadNum int
TrainInputFile string
TrainLabelFile string
ValidInputFile string
ValidLabelFile string
flag_BachSizeSchedule bool
flag_DumpFeature bool
flag_ExternalEval bool
flag_HasValidSet bool
flag_RunningAvg bool
flag_SaveAllModels bool
mu_Phi float
mu_Phi_ReduceFactor float
mu_U float
nEpoch int
nEpochPerDump int
nEpochPerSave int
nEpochPerTest int
nSamplesPerDisplay int
nTest int
nTrain int
nValid int

Property Details

BachSizeSchedule public property

public Dictionary BachSizeSchedule
return int>.Dictionary

BatchSize public property

public int BatchSize
return int

BatchSize_Test public property

public int BatchSize_Test
return int

DebugLevel public property

public DebugLevel_t DebugLevel
return DebugLevel_t

ExternalEval public property

public string ExternalEval
return string

LearnRateSchedule public property

public string LearnRateSchedule
return string

MaxMultiThreadDegree public property

public int MaxMultiThreadDegree
return int

TestInputFile public property

public string TestInputFile
return string

TestLabelFile public property

public string TestLabelFile
return string

ThreadNum public property

public int ThreadNum
return int

TrainInputFile public property

public string TrainInputFile
return string

TrainLabelFile public property

public string TrainLabelFile
return string

ValidInputFile public property

public string ValidInputFile
return string

ValidLabelFile public property

public string ValidLabelFile
return string

flag_BachSizeSchedule public property

public bool flag_BachSizeSchedule
return bool

flag_DumpFeature public property

public bool flag_DumpFeature
return bool

flag_ExternalEval public property

public bool flag_ExternalEval
return bool

flag_HasValidSet public property

public bool flag_HasValidSet
return bool

flag_RunningAvg public property

public bool flag_RunningAvg
return bool

flag_SaveAllModels public property

public bool flag_SaveAllModels
return bool

mu_Phi public property

public float mu_Phi
return float

mu_Phi_ReduceFactor public property

public float mu_Phi_ReduceFactor
return float

mu_U public property

public float mu_U
return float

nEpoch public property

public int nEpoch
return int

nEpochPerDump public property

public int nEpochPerDump
return int

nEpochPerSave public property

public int nEpochPerSave
return int

nEpochPerTest public property

public int nEpochPerTest
return int

nSamplesPerDisplay public property

public int nSamplesPerDisplay
return int

nTest public property

public int nTest
return int

nTrain public property

public int nTrain
return int

nValid public property

public int nValid
return int