| Package | Description |
|---|---|
| com.bayesserver.analysis | |
| com.bayesserver.data | |
| com.bayesserver.learning.structure |
| Modifier and Type | Method and Description |
|---|---|
static InSampleAnomalyDetection |
InSampleAnomalyDetection.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataTableEvidenceReaderCommandFactory
A default implementation of
BayesServer.Data.IEvidenceReaderCommandFactory based on a DataTable and a simple partitioning scheme based on a partition column. |
| Modifier and Type | Method and Description |
|---|---|
StructuralLearningOutput |
ClusteringStructuralLearning.learn(EvidenceReaderCommandFactory evidenceReaderCommandFactory,
List<Node> nodes,
StructuralLearningOptions options)
Learn a cluster / mixture model.
|
StructuralLearningOutput |
HierarchicalStructuralLearning.learn(EvidenceReaderCommandFactory evidenceReaderCommandFactory,
List<Node> nodes,
StructuralLearningOptions options)
Learn the structure (links) of a Bayesian network.
|
StructuralLearningOutput |
SearchStructuralLearning.learn(EvidenceReaderCommandFactory evidenceReaderCommandFactory,
List<Node> nodes,
StructuralLearningOptions options)
Learn the structure (links) of a Bayesian network.
|
Copyright © 2021. All rights reserved.