org.encog.ml
public interface CalculateScore
Modifier and Type | Method and Description |
---|---|
double |
calculateScore(MLMethod method)
Calculate this network's score.
|
boolean |
requireSingleThreaded() |
boolean |
shouldMinimize() |
double calculateScore(MLMethod method)
method
- The ML method.boolean shouldMinimize()
boolean requireSingleThreaded()
Copyright © 2014. All Rights Reserved.