public sealed class AutoMlTablesInputs.Types.Transformation.Types.CategoricalArrayTransformation : IMessage<AutoMlTablesInputs.Types.Transformation.Types.CategoricalArrayTransformation>, IEquatable<AutoMlTablesInputs.Types.Transformation.Types.CategoricalArrayTransformation>, IDeepCloneable<AutoMlTablesInputs.Types.Transformation.Types.CategoricalArrayTransformation>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AutoMlTablesInputs.Types.Transformation.Types.CategoricalArrayTransformation.
Treats the column as categorical array and performs following transformation functions.
- For each element in the array, convert the category name to a dictionary lookup index and generate an embedding for each index. Combine the embedding of all elements into a single embedding using the mean.
- Empty arrays treated as an embedding of zeroes.
Implements
IMessageAutoMlTablesInputsTypesTransformationTypesCategoricalArrayTransformation, IEquatableAutoMlTablesInputsTypesTransformationTypesCategoricalArrayTransformation, IDeepCloneableAutoMlTablesInputsTypesTransformationTypesCategoricalArrayTransformation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CategoricalArrayTransformation()
public CategoricalArrayTransformation()CategoricalArrayTransformation(CategoricalArrayTransformation)
public CategoricalArrayTransformation(AutoMlTablesInputs.Types.Transformation.Types.CategoricalArrayTransformation other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlTablesInputsTypesTransformationTypesCategoricalArrayTransformation |
Properties
ColumnName
public string ColumnName { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|