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 |
public static ToBayesianNetwork ( this json ) : BayesianNetwork | ||
json | this | |
return | BayesianNetwork |
public static ToDiscreteDistribution ( this json0 ) : DiscreteDistribution | ||
json0 | this | |
return | DiscreteDistribution |
public static ToDistributionSet ( this json0 ) : DistributionSet | ||
json0 | this | |
return | DistributionSet |
public static ToJObject ( this ds ) : Newtonsoft.Json.Linq.JArray | ||
ds | this | |
return | Newtonsoft.Json.Linq.JArray |
public static ToJObject ( this bn ) : Newtonsoft.Json.Linq.JObject | ||
bn | this | |
return | Newtonsoft.Json.Linq.JObject |
public static ToObservation ( this json0 ) : FAI.Bayesian.Observation | ||
json0 | this | |
return | FAI.Bayesian.Observation |
public static ToRandomVariable ( this json0 ) : RandomVariable | ||
json0 | this | |
return | RandomVariable |
public static ToRandomVariableSpace ( this json0 ) : Space | ||
json0 | this | |
return | Space |