Package com.bayesserver.data
Interface CrossValidationNetwork
-
- All Known Implementing Classes:
DefaultCrossValidationNetwork
public interface CrossValidationNetwork
The result of learning on a single cross validation training partitioning.- See Also:
CrossValidation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Network
getNetwork()
Gets the network learnt from the cross validation partitioning.
-
-
-
Method Detail
-
getNetwork
Network getNetwork()
Gets the network learnt from the cross validation partitioning.
-
-