Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeDistributionOptions

Options that apply to all distributions of a particular node.

Hierarchy

  • NodeDistributionOptions

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

hasZeroIntercepts

  • get hasZeroIntercepts(): boolean
  • set hasZeroIntercepts(value: boolean): void
  • Determines whether {@link com.bayesserver.CLGaussian} intercept terms are fixed to zero.

    This only applies to {@link com.bayesserver.CLGaussian} distributions with tails.

    When true, the parameter count of the network reduces accordingly.

    Returns boolean

  • Determines whether {@link com.bayesserver.CLGaussian} intercept terms are fixed to zero.

    This only applies to {@link com.bayesserver.CLGaussian} distributions with tails.

    When true, the parameter count of the network reduces accordingly.

    Parameters

    • value: boolean

    Returns void

node

  • The node this instance belongs to.

    Returns Node

noisyType

  • Gets a value which identifies this node as a noisy node or not.

    Returns NoisyType

  • Sets a value which identifies this node as a noisy node or not.

    Parameters

    Returns void

Methods

_setNode

  • _setNode(value: Node): void
  • Parameters

    Returns void

copy