C# Class Bevisuali.UX.ExtSerialization

Datei anzeigen Open project: duckmaestro/F-AI

Public Methods

Method Description
ToBayesianNetwork ( this json ) : BayesianNetwork
ToDiscreteDistribution ( this json0 ) : DiscreteDistribution
ToDistributionSet ( this json0 ) : DistributionSet
ToJObject ( this ds ) : Newtonsoft.Json.Linq.JArray
ToJObject ( this bn ) : Newtonsoft.Json.Linq.JObject
ToObservation ( this json0 ) : FAI.Bayesian.Observation
ToRandomVariable ( this json0 ) : RandomVariable
ToRandomVariableSpace ( this json0 ) : Space

Method Details

ToBayesianNetwork() public static method

public static ToBayesianNetwork ( this json ) : BayesianNetwork
json this
return BayesianNetwork

ToDiscreteDistribution() public static method

public static ToDiscreteDistribution ( this json0 ) : DiscreteDistribution
json0 this
return DiscreteDistribution

ToDistributionSet() public static method

public static ToDistributionSet ( this json0 ) : DistributionSet
json0 this
return DistributionSet

ToJObject() public static method

public static ToJObject ( this ds ) : Newtonsoft.Json.Linq.JArray
ds this
return Newtonsoft.Json.Linq.JArray

ToJObject() public static method

public static ToJObject ( this bn ) : Newtonsoft.Json.Linq.JObject
bn this
return Newtonsoft.Json.Linq.JObject

ToObservation() public static method

public static ToObservation ( this json0 ) : FAI.Bayesian.Observation
json0 this
return FAI.Bayesian.Observation

ToRandomVariable() public static method

public static ToRandomVariable ( this json0 ) : RandomVariable
json0 this
return RandomVariable

ToRandomVariableSpace() public static method

public static ToRandomVariableSpace ( this json0 ) : Space
json0 this
return Space