C# Class BP_LDA.DNNRun_t

Datei anzeigen Open project: jvking/bp-lda Class Usage Examples

Public Properties

Property Type Description
BatchSize int
T_pool LinearAlgebra.DenseMatrix
nHid int
nHidLayer int
nHidLayerEffective int[]
nOutput int
theta0 LinearAlgebra.DenseMatrix
theta_pool LinearAlgebra.DenseMatrix[]
y LinearAlgebra.DenseMatrix
y_sparse LinearAlgebra.SparseMatrix

Public Methods

Method Description
DNNRun_t ( ) : Common.System
DNNRun_t ( int NumHiddenNode, int InputBatchSize, int NumHiddenLayer, int NumOutput ) : Common.System
SetSparsePatternForY ( SparseMatrix SourceMatrix ) : void

Method Details

DNNRun_t() public method

public DNNRun_t ( ) : Common.System
return Common.System

DNNRun_t() public method

public DNNRun_t ( int NumHiddenNode, int InputBatchSize, int NumHiddenLayer, int NumOutput ) : Common.System
NumHiddenNode int
InputBatchSize int
NumHiddenLayer int
NumOutput int
return Common.System

SetSparsePatternForY() public method

public SetSparsePatternForY ( SparseMatrix SourceMatrix ) : void
SourceMatrix LinearAlgebra.SparseMatrix
return void

Property Details

BatchSize public_oe property

public int BatchSize
return int

T_pool public_oe property

public DenseMatrix,LinearAlgebra T_pool
return LinearAlgebra.DenseMatrix

nHid public_oe property

public int nHid
return int

nHidLayer public_oe property

public int nHidLayer
return int

nHidLayerEffective public_oe property

public int[] nHidLayerEffective
return int[]

nOutput public_oe property

public int nOutput
return int

theta0 public_oe property

public DenseMatrix,LinearAlgebra theta0
return LinearAlgebra.DenseMatrix

theta_pool public_oe property

public DenseMatrix[],LinearAlgebra theta_pool
return LinearAlgebra.DenseMatrix[]

y public_oe property

public DenseMatrix,LinearAlgebra y
return LinearAlgebra.DenseMatrix

y_sparse public_oe property

public SparseMatrix,LinearAlgebra y_sparse
return LinearAlgebra.SparseMatrix