Uses of Interface
com.bayesserver.data.EvidenceReaderCommandFactory
-
Packages that use EvidenceReaderCommandFactory Package Description com.bayesserver.analysis com.bayesserver.data com.bayesserver.learning.structure -
-
Uses of EvidenceReaderCommandFactory in com.bayesserver.analysis
Methods in com.bayesserver.analysis with parameters of type EvidenceReaderCommandFactory Modifier and Type Method Description static InSampleAnomalyDetectionInSampleAnomalyDetection. learn(Network network, EvidenceReaderCommandFactory evidenceReaderCommandFactory, InSampleAnomalyDetectionActions actions, InSampleAnomalyDetectionOptions options)Build the in-sample anomaly detector, which can be used to remove anomalous data from a training data set. -
Uses of EvidenceReaderCommandFactory in com.bayesserver.data
Classes in com.bayesserver.data that implement EvidenceReaderCommandFactory Modifier and Type Class Description classDataTableEvidenceReaderCommandFactoryA default implementation ofEvidenceReaderCommandFactorybased on a DataTable and a simple partitioning scheme based on a partition column. -
Uses of EvidenceReaderCommandFactory in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure with parameters of type EvidenceReaderCommandFactory Modifier and Type Method Description StructuralLearningOutputChowLiuStructuralLearning. learn(EvidenceReaderCommandFactory readerCommandFactory, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputClusteringStructuralLearning. learn(EvidenceReaderCommandFactory readerCommandFactory, List<Node> nodes, StructuralLearningOptions options)Learn a cluster / mixture model.StructuralLearningOutputHierarchicalStructuralLearning. learn(EvidenceReaderCommandFactory readerCommandFactory, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputPCStructuralLearning. learn(EvidenceReaderCommandFactory readerCommandFactory, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputSearchStructuralLearning. learn(EvidenceReaderCommandFactory readerCommandFactory, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputStructuralLearning. learn(EvidenceReaderCommandFactory readerCommandFactory, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.StructuralLearningOutputTANStructuralLearning. learn(EvidenceReaderCommandFactory readerCommandFactory, List<Node> nodes, StructuralLearningOptions options)Learn the structure (links) of a Bayesian network.
-