Uses of Class
com.bayesserver.Link
-
Packages that use Link Package Description com.bayesserver com.bayesserver.learning.structure -
-
Uses of Link in com.bayesserver
Methods in com.bayesserver that return Link Modifier and Type Method Description LinkLink. copy(Node from, Node to, int temporalOrder)Creates a new link, copying the properties from this instance, such asgetDescription()andgetCustomProperties().LinkNetworkLinkCollection. find(Node from, Node to)Finds a link from one node to another if it exists, otherwise returns null.LinkNetworkLinkCollection. find(Node from, Node to, int temporalOrder)Finds a link from one node to another if it exists, otherwise returns null.LinkNetworkLinkCollection. get(int index)Gets theLinkobject at the specified index.LinkNodeLinkCollection. get(int index)LinkNetworkLinkCollection. remove(int index)Removes an element from the collection at the specified index.LinkNetworkLinkCollection. set(int index, Link value)Sets theLinkobject at the specified index.Methods in com.bayesserver with parameters of type Link Modifier and Type Method Description voidNetworkLinkCollection. add(int index, Link item)Inserts an element into the collection at the specified index.voidNetworkMonitor. linkCollectionChange(int index, Link add, Link remove, CollectionAction action, boolean complete)For internal use.voidNetworkMonitor. noisyOrderChanged(Link link, NoisyOrder newNoisyOrder, NoisyOrder oldNoisyOrder)For internal use.booleanNetworkLinkCollection. remove(Link item)Removes theLinkfrom the collection.static voidArcReversal. reverse(Link link)Reverse the direction of aLink(known as arc reversal).LinkNetworkLinkCollection. set(int index, Link value)Sets theLinkobject at the specified index.Method parameters in com.bayesserver with type arguments of type Link Modifier and Type Method Description static booleanDag. isDag(Network network, Iterable<Link> ignore, Iterable<Link> extra)Determines if a network is a DAG (Directed Acyclic Graph). -
Uses of Link in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure that return Link Modifier and Type Method Description LinkChowLiuLinkOutput. getLink()Gets the new link.LinkClusteringLinkOutput. getLink()Gets the new link.LinkHierarchicalLinkOutput. getLink()Gets the new link.LinkLinkOutput. getLink()Gets the new link.LinkPCLinkOutput. getLink()Gets the new link.LinkSearchLinkOutput. getLink()Gets the new link.LinkTANLinkOutput. getLink()Gets the new link.
-