Package | Description |
---|---|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeWiseModelBuilder<Model extends EdgeWiseModel,Config extends EdgeWiseModelConfig,Self extends EdgeWiseModelBuilder>
Abstract builder class for EdgeWise models.
|
Modifier and Type | Class and Description |
---|---|
class |
SupervisedEdgeWiseModelBuilder
Builder for
SupervisedEdgeWiseModel
The builder can be used to set the configuration of the model and create the model object. |
class |
UnsupervisedEdgeWiseModelBuilder
Builder for
UnsupervisedEdgeWiseModel
The builder can be used to set the configuration of the model and create the model object. |