Package | Description |
---|---|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
Modifier and Type | Method and Description |
---|---|
EmbeddingTableConfigBuilder |
CategoricalPropertyConfigBuilder.embeddingTable()
Create the builder for an
EmbeddingTableConfig . |
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.
|