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