Uses of Class
com.bayesserver.analysis.ClusterCountOutput
-
Packages that use ClusterCountOutput Package Description com.bayesserver.analysis -
-
Uses of ClusterCountOutput in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return ClusterCountOutput 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.
-