Uses of Class
oracle.pgx.config.mllib.inputconfig.CategoricalEmbeddingType
-
Packages that use CategoricalEmbeddingType Package Description oracle.pgx.config.mllib.inputconfig -
-
Uses of CategoricalEmbeddingType in oracle.pgx.config.mllib.inputconfig
Fields in oracle.pgx.config.mllib.inputconfig declared as CategoricalEmbeddingType Modifier and Type Field Description static CategoricalEmbeddingTypeCategoricalPropertyConfig. DEFAULT_CATEGORY_METHODOne Hot Encoding MethodMethods in oracle.pgx.config.mllib.inputconfig that return CategoricalEmbeddingType Modifier and Type Method Description CategoricalEmbeddingTypeCategoricalPropertyConfig. getCategoricalEmbeddingType()static CategoricalEmbeddingTypeCategoricalEmbeddingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CategoricalEmbeddingType[]CategoricalEmbeddingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oracle.pgx.config.mllib.inputconfig with parameters of type CategoricalEmbeddingType Constructor Description CategoricalPropertyConfig(java.lang.String propertyName, CategoricalEmbeddingType type)CategoricalPropertyConfig(CategoricalPropertyConfig otherConfig, CategoricalEmbeddingType type)
-