C# Class Bevisuali.Model.LearningOptions

Show file Open project: duckmaestro/F-AI Class Usage Examples

Public Properties

Property Type Description
DistributionDirichletAlpha double
Structure StructureEnum
StructureParentLimit int
StructureSeed int

Property Details

DistributionDirichletAlpha public property

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

Structure public property

The graph structure type to learn.
public StructureEnum Structure
return StructureEnum

StructureParentLimit public property

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

StructureSeed public property

The structure seed for random structures.
public int StructureSeed
return int