Uses of Class
oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
Packages that use SupervisedGraphWiseModelBuilder 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 SupervisedGraphWiseModelBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return SupervisedGraphWiseModelBuilder Modifier and Type Method Description SupervisedGraphWiseModelBuilderAnalyst. supervisedGraphWiseModelBuilder()Return a SupervisedGraphWise model builder that can be used to set the configuration of the model and then create it. -
Uses of SupervisedGraphWiseModelBuilder in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return SupervisedGraphWiseModelBuilder Modifier and Type Method Description SupervisedGraphWiseModelBuilderSupervisedGraphWiseModelBuilder. setBatchGenerator(BatchGenerator batchGenerator)Sets the batch generator.SupervisedGraphWiseModelBuilderSupervisedGraphWiseModelBuilder. setClassWeights(java.util.Map<?,java.lang.Float> classWeights)Set the class weights to be used in the loss function.SupervisedGraphWiseModelBuilderSupervisedGraphWiseModelBuilder. setLossFunction(LossFunction lossFunction)Sets the loss function for the algorithm.SupervisedGraphWiseModelBuilderSupervisedGraphWiseModelBuilder. setPredictionLayerConfigs(GraphWisePredictionLayerConfig... layerConfigs)Set the prediction layer configurations (SeeGraphWisePredictionLayerConfig.SupervisedGraphWiseModelBuilderSupervisedGraphWiseModelBuilder. setVertexTargetPropertyName(java.lang.String propertyName)Set the target (labels) for the algorithm in the form of a property name of the graph.
-