Class LogLikelihoodAnalysisOutputItem
The output from a Log-Likelihood analysis, for a particular subset of evidence.
Inheritance
System.Object
LogLikelihoodAnalysisOutputItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BayesServer.Analysis
Assembly: BayesServer.Analysis.dll
Syntax
public sealed class LogLikelihoodAnalysisOutputItem
Properties
EvidenceFlags
Gets a list of values each of which indicate which of the evidence being analyzed is set.
Declaration
public IList<bool> EvidenceFlags { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Boolean> |
LogLikelihood
Gets the log-likelihood for this output item evidence.
Declaration
public double LogLikelihood { get; }
Property Value
Type | Description |
---|---|
System.Double |