Click or drag to resize

CategoricalEntailmentEnsembleOptimizationContext Properties

The CategoricalEntailmentEnsembleOptimizationContext type exposes the following members.

Properties
  NameDescription
Public propertyAllowEntailmentPartialTruthValues
Gets a value indicating whether that the truth value of a sampled categorical entailment must be equal to the homogeneity of the probability distribution from which its conclusion has been drawn. Otherwise, the truth value is always set to unity.
Protected propertyEliteSampleDefinition
Gets the elite sample definition for this context.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyFeatureCategoryCounts
Gets the collection of category counts for the features on which are defined the premises of the categorical entailments searched by this context.
Public propertyInitialParameter
Gets the parameter initially exploited to sample from the state-space of the system defined by this context.
(Inherited from CrossEntropyContext.)
Public propertyMaximumNumberOfIterations
Gets the maximum number of iterations allowed by this context.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyMinimumNumberOfIterations
Gets the minimum number of iterations required by this context.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyNumberOfCategoricalEntailments
Gets the number of categorical entailments.
Public propertyNumberOfResponseCategories
Gets the number of categories in the response variable.
Public propertyOptimizationGoal
Gets a constant specifying if the performance function in this context must be minimized or maximized.
(Inherited from SystemPerformanceOptimizationContext.)
Public propertyOverallNumberOfFeatureCategories
Gets the overall number of feature categories.
Public propertyProbabilitySmoothingCoefficient
Gets the coefficient that defines the smoothing scheme for the probabilities of the Cross-Entropy parameters exploited by this context.
Public propertyStateDimension
Gets or sets the dimension of a vector representing a system's state when a CrossEntropyProgram executes in this context.
(Inherited from CrossEntropyContext.)
Public propertyTraceExecution
Gets or sets a value indicating whether the execution of this context must be traced.
(Inherited from CrossEntropyContext.)
Top
See Also