FatcatCompactBinaryClassification

GoogleApi.ContentWarehouse.V1.Model.FatcatCompactBinaryClassification


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. binaryClassifier (type: String.t, default: nil)
    - Either binary_classifier will be set, using the enum above, or binary_classifier_name will be set, if it is not one of the classifiers in the enum - never both.
  2. binaryClassifierName (type: String.t, default: nil)
    -
  3. discreteFraction (type: integer(), default: nil)
    - A CompactDocClassification will not usually have a weight. For a CompactSiteClassification, this value will be 0...127 corresponding to 0.0...1.0, indicating fraction of the site that this label applies to

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FatcatCompactBinaryClassification{
binaryClassifier: String.t() | nil,
binaryClassifierName: String.t() | nil,
discreteFraction: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FatcatCompactBinaryClassification