Interface IMutualInformationHeuristic
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IMutualInformationHeuristic
Properties
| Edit this page View SourceBackgroundIsSuperSet
Declaration
[DataMember(Name = "background_is_superset")]
bool? BackgroundIsSuperSet { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeNegatives
Declaration
[DataMember(Name = "include_negatives")]
bool? IncludeNegatives { get; set; }
Property Value
Type | Description |
---|---|
bool? |