C# Class Bevisuali.Model.LearningOptions

Datei anzeigen 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_oe property

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

Structure public_oe property

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

StructureParentLimit public_oe property

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

StructureSeed public_oe property

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