C# 클래스 Bevisuali.UX.ExtSerialization

파일 보기 프로젝트 열기: duckmaestro/F-AI

공개 메소드들

메소드 설명
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

메소드 상세

ToBayesianNetwork() 공개 정적인 메소드

public static ToBayesianNetwork ( this json ) : BayesianNetwork
json this
리턴 BayesianNetwork

ToDiscreteDistribution() 공개 정적인 메소드

public static ToDiscreteDistribution ( this json0 ) : DiscreteDistribution
json0 this
리턴 DiscreteDistribution

ToDistributionSet() 공개 정적인 메소드

public static ToDistributionSet ( this json0 ) : DistributionSet
json0 this
리턴 DistributionSet

ToJObject() 공개 정적인 메소드

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

ToJObject() 공개 정적인 메소드

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

ToObservation() 공개 정적인 메소드

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

ToRandomVariable() 공개 정적인 메소드

public static ToRandomVariable ( this json0 ) : RandomVariable
json0 this
리턴 RandomVariable

ToRandomVariableSpace() 공개 정적인 메소드

public static ToRandomVariableSpace ( this json0 ) : Space
json0 this
리턴 Space