ResearchScienceSearchFieldOfStudyInfo

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchFieldOfStudyInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Stores the classification info of each field of study label.

Attributes List

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

View Attributes

Attributes

  1. classificationSource (type: String.t, default: nil)
    - The classification source that determines the field of study label.
  2. isAboveThreshold (type: String.t, default: nil)
    - If set to true, it means that the probability is at least the threshold value specified from the corresponding saved model config. Thresholds for different fields may be different.
  3. label (type: String.t, default: nil)
    - A label that represents the field of study.
  4. probability (type: float(), default: nil)
    - A score between [0, 1] outputted from the classifier indicating the probability for being a YES instance.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchFieldOfStudyInfo{
classificationSource: String.t() | nil,
isAboveThreshold: String.t() | nil,
label: String.t() | nil,
probability: float() | nil
}

Function

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

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