Package oracle.pgx.config.mllib
Interface GraphWiseEmbeddingConfig
- All Known Implementing Classes:
GraphWiseDgiLayerConfig,GraphWiseDominantLayerConfig
public interface GraphWiseEmbeddingConfig
Configuration for the embedding configuration used by an Unsupervised graphwise model to fit.
Use
GraphWiseDgiLayerConfigBuilder
or oracle.pgx.api.mllib.DominantLayerConfigBuilder
to build a concrete GraphWiseEmbeddingConfig.- Since:
- 23.2
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getEmbeddingType
GraphWiseEmbeddingConfig.EmbeddingType getEmbeddingType()
-