Class ChiSquareHeuristicDescriptor
Inheritance
ChiSquareHeuristicDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class ChiSquareHeuristicDescriptor : DescriptorBase<ChiSquareHeuristicDescriptor, IChiSquareHeuristic>, IDescriptor, IChiSquareHeuristic
Methods
|
Edit this page
View Source
BackgroundIsSuperSet(bool?)
Declaration
public ChiSquareHeuristicDescriptor BackgroundIsSuperSet(bool? backgroundIsSuperSet = true)
Parameters
Type |
Name |
Description |
bool? |
backgroundIsSuperSet |
|
Returns
|
Edit this page
View Source
IncludeNegatives(bool?)
Declaration
public ChiSquareHeuristicDescriptor IncludeNegatives(bool? includeNegatives = true)
Parameters
Type |
Name |
Description |
bool? |
includeNegatives |
|
Returns
Implements
Extension Methods