T - Type of model. For example, MultiLayerNetwork or ComputationGraphpublic interface ScoreCalculator<T extends Model> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
calculateScore(T network)
Calculate the score for the given MultiLayerNetwork
|
double calculateScore(T network)
Copyright © 2018. All rights reserved.