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 classGraphWiseModelBuilder<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 classSupervisedGraphWiseModelBuilderBuilder forSupervisedGraphWiseModelThe builder can be used to set the configuration of the model and create the model object.classUnsupervisedAnomalyDetectionGraphWiseModelBuilderBuilder forUnsupervisedAnomalyDetectionGraphWiseModelThe builder can be used to set the configuration of the model and create the model object.classUnsupervisedGraphWiseModelBuilderBuilder forUnsupervisedGraphWiseModelThe builder can be used to set the configuration of the model and create the model object.
-