Uses of Class
oracle.pgx.api.mllib.EmbeddingTableConfigBuilder
-
Packages that use EmbeddingTableConfigBuilder Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of EmbeddingTableConfigBuilder in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return EmbeddingTableConfigBuilder Modifier and Type Method Description EmbeddingTableConfigBuilderCategoricalPropertyConfigBuilder. embeddingTable()Create the builder for anEmbeddingTableConfig.EmbeddingTableConfigBuilderEmbeddingTableConfigBuilder. setEmbeddingDimension(int dim)Set the dimension of the vectors that categories will be encoded to in the embedding table.EmbeddingTableConfigBuilderEmbeddingTableConfigBuilder. setOutOfVocabularyProbability(double outOfVocabularyProbability)Set the probability to set category values in the input data to the out of vocabulary token randomly during training to learn a meaningful OOV embedding.
-