| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| oracle.pgx.api.mllib |
| Modifier and Type | Method and Description |
|---|---|
UnsupervisedGraphWiseModelBuilder |
Analyst.unsupervisedGraphWiseModelBuilder()
Return a UnsupervisedGraphWise model builder that can be used to set the configuration of the model and then create it.
|
| Modifier and Type | Method and Description |
|---|---|
UnsupervisedGraphWiseModelBuilder |
UnsupervisedGraphWiseModelBuilder.setDgiLayerConfig(oracle.pgx.config.mllib.GraphWiseDgiLayerConfig layerConfig)
Set the dgi layer configurations (See
GraphWiseDgiLayerConfig. |
UnsupervisedGraphWiseModelBuilder |
UnsupervisedGraphWiseModelBuilder.setLossFunction(oracle.pgx.config.mllib.UnsupervisedGraphWiseModelConfig.LossFunction lossFunction)
Sets the loss function for the algorithm.
|