Class ValidationLoss

java.lang.Object
co.elastic.clients.elasticsearch.ml.ValidationLoss
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class ValidationLoss
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • foldValues

      public java.util.List<java.lang.String> foldValues()
      Required - Validation loss values for every added decision tree during the forest growing procedure.

      API name: fold_values

    • lossType

      public java.lang.String lossType()
      Required - The type of the loss metric. For example, binomial_logistic.

      API name: loss_type

    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupValidationLossDeserializer

      protected static void setupValidationLossDeserializer​(DelegatingDeserializer<ValidationLoss.Builder> op)