Interface LinkOutput
-
- All Known Implementing Classes:
ChowLiuLinkOutput
,ClusteringLinkOutput
,HierarchicalLinkOutput
,PCLinkOutput
,SearchLinkOutput
,TANLinkOutput
public interface LinkOutput
Contains information about a link returned from a structural learning algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Link
getLink()
Gets the new link.
-
-
-
Method Detail
-
getLink
Link getLink()
Gets the new link.
-
-