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