C# 클래스 Bevisuali.Model.LearningOptions

파일 보기 프로젝트 열기: duckmaestro/F-AI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DistributionDirichletAlpha double
Structure StructureEnum
StructureParentLimit int
StructureSeed int

프로퍼티 상세

DistributionDirichletAlpha 공개적으로 프로퍼티

The alpha value for the Dirichlet prior over the conditional distributions being learned.
public double DistributionDirichletAlpha
리턴 double

Structure 공개적으로 프로퍼티

The graph structure type to learn.
public StructureEnum Structure
리턴 StructureEnum

StructureParentLimit 공개적으로 프로퍼티

The limit on the number of parents a variable can have.
public int StructureParentLimit
리턴 int

StructureSeed 공개적으로 프로퍼티

The structure seed for random structures.
public int StructureSeed
리턴 int