C# Class Bevisuali.UX.ExtSerialization

Afficher le fichier Open project: duckmaestro/F-AI

Méthodes publiques

Méthode 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 méthode

public static ToBayesianNetwork ( this json ) : BayesianNetwork
json this
Résultat BayesianNetwork

ToDiscreteDistribution() public static méthode

public static ToDiscreteDistribution ( this json0 ) : DiscreteDistribution
json0 this
Résultat DiscreteDistribution

ToDistributionSet() public static méthode

public static ToDistributionSet ( this json0 ) : DistributionSet
json0 this
Résultat DistributionSet

ToJObject() public static méthode

public static ToJObject ( this ds ) : Newtonsoft.Json.Linq.JArray
ds this
Résultat Newtonsoft.Json.Linq.JArray

ToJObject() public static méthode

public static ToJObject ( this bn ) : Newtonsoft.Json.Linq.JObject
bn this
Résultat Newtonsoft.Json.Linq.JObject

ToObservation() public static méthode

public static ToObservation ( this json0 ) : FAI.Bayesian.Observation
json0 this
Résultat FAI.Bayesian.Observation

ToRandomVariable() public static méthode

public static ToRandomVariable ( this json0 ) : RandomVariable
json0 this
Résultat RandomVariable

ToRandomVariableSpace() public static méthode

public static ToRandomVariableSpace ( this json0 ) : Space
json0 this
Résultat Space