Uses of Class
oracle.pgx.api.mllib.UnsupervisedGraphWiseModelBuilder
-
Packages that use UnsupervisedGraphWiseModelBuilder Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of UnsupervisedGraphWiseModelBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return UnsupervisedGraphWiseModelBuilder Modifier and Type Method Description UnsupervisedGraphWiseModelBuilderAnalyst. unsupervisedGraphWiseModelBuilder()Return a UnsupervisedGraphWise model builder that can be used to set the configuration of the model and then create it. -
Uses of UnsupervisedGraphWiseModelBuilder in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return UnsupervisedGraphWiseModelBuilder Modifier and Type Method Description UnsupervisedGraphWiseModelBuilderUnsupervisedGraphWiseModelBuilder. setEmbeddingConfig(GraphWiseEmbeddingConfig embeddingConfig)Set the embedding configuration (SeeGraphWiseEmbeddingConfig.UnsupervisedGraphWiseModelBuilderUnsupervisedGraphWiseModelBuilder. setLossFunction(UnsupervisedGraphWiseModelConfig.LossFunction lossFunction)Sets the loss function for the algorithm.
-