Uses of Interface
com.bayesserver.data.EvidenceReaderCommand
-
Packages that use EvidenceReaderCommand Package Description com.bayesserver.analysis com.bayesserver.data com.bayesserver.learning.parameters com.bayesserver.learning.structure -
-
Uses of EvidenceReaderCommand in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return EvidenceReaderCommand Modifier and Type Method Description EvidenceReaderCommandClusterCountActions. createEvidenceReaderCommand(Network networkCopy, DataPartitioning partitioning)A user supplied function to create an evidence reader command based on a copy of the original network.Methods in com.bayesserver.analysis with parameters of type EvidenceReaderCommand Modifier and Type Method Description voidClusterCountActions. learn(Network networkCopy, EvidenceReaderCommand evidenceReaderCommand)A user supplied function to learn the paramters of a copy of the original network based on a training partition of the data.voidInSampleAnomalyDetectionActions. learn(Network networkCopy, EvidenceReaderCommand evidenceReaderCommand)A user supplied function to learn the paramters of a copy of the original network based on a training partition of the data. -
Uses of EvidenceReaderCommand in com.bayesserver.data
Classes in com.bayesserver.data that implement EvidenceReaderCommand Modifier and Type Class Description classDefaultEvidenceReaderCommandCreates instances ofEvidenceReaderon demand.Methods in com.bayesserver.data that return EvidenceReaderCommand Modifier and Type Method Description EvidenceReaderCommandDataTableEvidenceReaderCommandFactory. create(Network network)Create an evidence reader command, based on a specific network which may be a copy of the original.EvidenceReaderCommandEvidenceReaderCommandFactory. create(Network network)Create an evidence reader command, based on a specific network which may be a copy of the original.EvidenceReaderCommandDataTableEvidenceReaderCommandFactory. createPartitioned(Network network, DataPartitioning dataPartitioning, int partitionCount)Create an evidence reader command on a partition, based on a specific network which may be a copy of the original.EvidenceReaderCommandEvidenceReaderCommandFactory. createPartitioned(Network network, DataPartitioning dataPartitioning, int partitionCount)Create an evidence reader command on a partition, based on a specific network which may be a copy of the original. -
Uses of EvidenceReaderCommand in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters with parameters of type EvidenceReaderCommand Modifier and Type Method Description ParameterLearningOutputParameterLearning. learn(EvidenceReaderCommand readerCommand, ParameterLearningOptions options)Learns the parameters of a Bayesian network or Dynamic Bayesian network, from data.ParameterLearningOutputParameterLearning. learn(EvidenceReaderCommand readerCommand, List<DistributionSpecification> distributionSpecifications, ParameterLearningOptions options)Learns the parameters of a Bayesian network or Dynamic Bayesian network, from data. -
Uses of EvidenceReaderCommand in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure with parameters of type EvidenceReaderCommand Modifier and Type Method Description static FeatureSelectionOutputFeatureSelection. detect(List<Variable> variables, EvidenceReaderCommand evidenceReaderCommand, Variable target, FeatureSelectionOptions options)Determines which variables are likely to be good features (predictors) of a target variable.StructuralLearningOutputChowLiuStructuralLearning. learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputClusteringStructuralLearning. learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputHierarchicalStructuralLearning. learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputPCStructuralLearning. learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputSearchStructuralLearning. learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputStructuralLearning. learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputTANStructuralLearning. learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.
-