Uses of Class
oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Packages that use GraphWiseModelBuilder Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of GraphWiseModelBuilder in oracle.pgx.api.mllib
Classes in oracle.pgx.api.mllib with type parameters of type GraphWiseModelBuilder Modifier and Type Class Description class
GraphWiseModelBuilder<Model extends GraphWiseModel,Config extends GraphWiseModelConfig,Self extends GraphWiseModelBuilder>
Abstract builder class for GraphWise models.Subclasses of GraphWiseModelBuilder in oracle.pgx.api.mllib Modifier and Type Class Description class
SupervisedGraphWiseModelBuilder
Builder forSupervisedGraphWiseModel
The builder can be used to set the configuration of the model and create the model object.class
UnsupervisedAnomalyDetectionGraphWiseModelBuilder
Builder forUnsupervisedAnomalyDetectionGraphWiseModel
The builder can be used to set the configuration of the model and create the model object.class
UnsupervisedGraphWiseModelBuilder
Builder forUnsupervisedGraphWiseModel
The builder can be used to set the configuration of the model and create the model object.
-