Interface GraphSageModelTrainer.ModelTrainResult
-
- Enclosing class:
- GraphSageModelTrainer
public static interface GraphSageModelTrainer.ModelTrainResult
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Layer[]layers()GraphSageModelTrainer.GraphSageTrainMetricsmetrics()static GraphSageModelTrainer.ModelTrainResultof(java.util.List<java.util.List<java.lang.Double>> iterationLossesPerEpoch, boolean converged, Layer[] layers)
-
-
-
Method Detail
-
metrics
GraphSageModelTrainer.GraphSageTrainMetrics metrics()
-
layers
Layer[] layers()
-
of
static GraphSageModelTrainer.ModelTrainResult of(java.util.List<java.util.List<java.lang.Double>> iterationLossesPerEpoch, boolean converged, Layer[] layers)
-
-