Class MutualInformationHeuristic
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MutualInformationHeuristic
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class MutualInformationHeuristic
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MutualInformationHeuristic>Json deserializer forMutualInformationHeuristic -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanSet tofalseif you defined a custom background filter that represents a different set of documents that you want to compare to.final BooleanSet tofalseto filter out the terms that appear less often in the subset than in documents outside the subset.static MutualInformationHeuristicvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupMutualInformationHeuristicDeserializer(ObjectDeserializer<MutualInformationHeuristic.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forMutualInformationHeuristic
-
-
Method Details
-
of
public static MutualInformationHeuristic of(Function<MutualInformationHeuristic.Builder, ObjectBuilder<MutualInformationHeuristic>> fn) -
backgroundIsSuperset
Set tofalseif you defined a custom background filter that represents a different set of documents that you want to compare to.API name:
background_is_superset -
includeNegatives
Set tofalseto filter out the terms that appear less often in the subset than in documents outside the subset.API name:
include_negatives -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMutualInformationHeuristicDeserializer
protected static void setupMutualInformationHeuristicDeserializer(ObjectDeserializer<MutualInformationHeuristic.Builder> op)
-