Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature

import type { GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Noise sigma for a single feature.

interface GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature {
name?: string;
sigma?: number;
}

§Properties

§
name?: string
[src]

The name of the input feature for which noise sigma is provided. The features are defined in explanation metadata inputs.

§
sigma?: number
[src]

This represents the standard deviation of the Gaussian kernel that will be used to add noise to the feature prior to computing gradients. Similar to noise_sigma but represents the noise added to the current feature. Defaults to 0.1.