Package | Description |
---|---|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphWiseModelBuilder<Model extends GraphWiseModel,Config extends GraphWiseModelConfig,Self extends GraphWiseModelBuilder>
Abstract builder class for GraphWise models.
|
Modifier and Type | Class and Description |
---|---|
class |
SupervisedGraphWiseModelBuilder
Builder for
SupervisedGraphWiseModel The builder can be used to set the configuration of the model and create the model object. |
class |
UnsupervisedGraphWiseModelBuilder
Builder for
UnsupervisedGraphWiseModel The builder can be used to set the configuration of the model and create the model object. |