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 EmbeddingTableConfigBuilder
CategoricalPropertyConfigBuilder. embeddingTable()
Create the builder for anEmbeddingTableConfig
.EmbeddingTableConfigBuilder
EmbeddingTableConfigBuilder. setEmbeddingDimension(int dim)
Set the dimension of the vectors that categories will be encoded to in the embedding table.EmbeddingTableConfigBuilder
EmbeddingTableConfigBuilder. 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.
-