Uses of Class
oracle.pgx.config.mllib.inputconfig.CategoricalPropertyConfig
-
Packages that use CategoricalPropertyConfig Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX.oracle.pgx.config.mllib.inputconfig -
-
Uses of CategoricalPropertyConfig in oracle.pgx.api.mllib
Classes in oracle.pgx.api.mllib with type parameters of type CategoricalPropertyConfig Modifier and Type Class Description classCategoricalPropertyConfigBuilder<Config extends CategoricalPropertyConfig,Self extends CategoricalPropertyConfigBuilder>Builder forCategoricalPropertyConfig.Methods in oracle.pgx.api.mllib that return CategoricalPropertyConfig Modifier and Type Method Description CategoricalPropertyConfigCategoricalPropertyConfigBuilder. build()Builds the default type of categorical feature configuration if a type was not specifiedConstructors in oracle.pgx.api.mllib with parameters of type CategoricalPropertyConfig Constructor Description OneHotEncodingConfigBuilder(CategoricalPropertyConfig baseConfig) -
Uses of CategoricalPropertyConfig in oracle.pgx.config.mllib.inputconfig
Subclasses of CategoricalPropertyConfig in oracle.pgx.config.mllib.inputconfig Modifier and Type Class Description classEmbeddingTableConfigConfiguration class for handling categorical feature using embedding table method.classOneHotEncodingConfigConfiguration class for handling categorical feature using one hot encoding method.Constructors in oracle.pgx.config.mllib.inputconfig with parameters of type CategoricalPropertyConfig Constructor Description CategoricalPropertyConfig(CategoricalPropertyConfig otherConfig, CategoricalEmbeddingType type)EmbeddingTableConfig(CategoricalPropertyConfig otherConfig)OneHotEncodingConfig(CategoricalPropertyConfig otherConfig)
-