📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_language
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_language/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: class_metrics.cpython-39.pyc
a ���f| � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ClassMetricsz7 class level Text Classification model metrics c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aH Initializes a new ClassMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param label: The value to assign to the label property of this ClassMetrics. :type label: str :param f1: The value to assign to the f1 property of this ClassMetrics. :type f1: float :param precision: The value to assign to the precision property of this ClassMetrics. :type precision: float :param recall: The value to assign to the recall property of this ClassMetrics. :type recall: float :param support: The value to assign to the support property of this ClassMetrics. :type support: float �str�float)�label�f1� precision�recall�supportr r r r r N)Z swagger_typesZ attribute_map�_label�_f1� _precision�_recall�_support)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/ai_language/models/class_metrics.py�__init__ s"