Uses of Interface
com.bayesserver.analysis.ClusterCountActions
-
Packages that use ClusterCountActions Package Description com.bayesserver.analysis -
-
Uses of ClusterCountActions in com.bayesserver.analysis
Methods in com.bayesserver.analysis with parameters of type ClusterCountActions Modifier and Type Method Description static ClusterCountOutput
ClusterCount. detect(Network network, Variable cluster, List<Integer> clusterCounts, ClusterCountActions actions, ClusterCountOptions options)
Determine the number of clusters (discrete states of a latent variable) using cross validation.
-