C# Class BP_LDA.paramTrain_t

Mostrar archivo 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_oe property

public Dictionary BachSizeSchedule
return int>.Dictionary

BatchSize public_oe property

public int BatchSize
return int

BatchSize_Test public_oe property

public int BatchSize_Test
return int

DebugLevel public_oe property

public DebugLevel_t DebugLevel
return DebugLevel_t

ExternalEval public_oe property

public string ExternalEval
return string

LearnRateSchedule public_oe property

public string LearnRateSchedule
return string

MaxMultiThreadDegree public_oe property

public int MaxMultiThreadDegree
return int

TestInputFile public_oe property

public string TestInputFile
return string

TestLabelFile public_oe property

public string TestLabelFile
return string

ThreadNum public_oe property

public int ThreadNum
return int

TrainInputFile public_oe property

public string TrainInputFile
return string

TrainLabelFile public_oe property

public string TrainLabelFile
return string

ValidInputFile public_oe property

public string ValidInputFile
return string

ValidLabelFile public_oe property

public string ValidLabelFile
return string

flag_BachSizeSchedule public_oe property

public bool flag_BachSizeSchedule
return bool

flag_DumpFeature public_oe property

public bool flag_DumpFeature
return bool

flag_ExternalEval public_oe property

public bool flag_ExternalEval
return bool

flag_HasValidSet public_oe property

public bool flag_HasValidSet
return bool

flag_RunningAvg public_oe property

public bool flag_RunningAvg
return bool

flag_SaveAllModels public_oe property

public bool flag_SaveAllModels
return bool

mu_Phi public_oe property

public float mu_Phi
return float

mu_Phi_ReduceFactor public_oe property

public float mu_Phi_ReduceFactor
return float

mu_U public_oe property

public float mu_U
return float

nEpoch public_oe property

public int nEpoch
return int

nEpochPerDump public_oe property

public int nEpochPerDump
return int

nEpochPerSave public_oe property

public int nEpochPerSave
return int

nEpochPerTest public_oe property

public int nEpochPerTest
return int

nSamplesPerDisplay public_oe property

public int nSamplesPerDisplay
return int

nTest public_oe property

public int nTest
return int

nTrain public_oe property

public int nTrain
return int

nValid public_oe property

public int nValid
return int