T
- Type of model. For example, MultiLayerNetwork
or ComputationGraph
public interface ScoreCalculator<T extends Model>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
double |
calculateScore(T network)
Calculate the score for the given MultiLayerNetwork
|
double calculateScore(T network)