Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
Modifier and Type | Method and Description |
---|---|
UnsupervisedEdgeWiseModelBuilder |
Analyst.unsupervisedEdgeWiseModelBuilder()
Return a UnsupervisedEdgeWise model builder that can be used to set the configuration of the model and then create
it.
|
Modifier and Type | Method and Description |
---|---|
UnsupervisedEdgeWiseModelBuilder |
UnsupervisedEdgeWiseModelBuilder.setDgiLayerConfig(GraphWiseDgiLayerConfig layerConfig)
Set the dgi layer configurations (See
GraphWiseDgiLayerConfig . |
UnsupervisedEdgeWiseModelBuilder |
UnsupervisedEdgeWiseModelBuilder.setLossFunction(UnsupervisedEdgeWiseModelConfig.LossFunction lossFunction)
Sets the loss function for the algorithm.
|