Package | Description |
---|---|
org.tribuo.anomaly |
Provides classes and infrastructure for anomaly detection problems.
|
org.tribuo.classification |
Provides classes and infrastructure for multiclass classification problems.
|
org.tribuo.clustering |
Provides classes and infrastructure for working with clustering problems.
|
org.tribuo.multilabel |
Provides classes and infrastructure for working with multi-label classification problems.
|
org.tribuo.regression |
Provides classes and infrastructure for regression problems with single or multiple output dimensions.
|
Modifier and Type | Class and Description |
---|---|
static class |
AnomalyFactory.AnomalyFactoryProvenance
Provenance for
AnomalyFactory . |
Modifier and Type | Method and Description |
---|---|
OutputFactoryProvenance |
AnomalyFactory.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
LabelFactory.LabelFactoryProvenance
Provenance for
LabelFactory . |
Modifier and Type | Method and Description |
---|---|
OutputFactoryProvenance |
LabelFactory.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
ClusteringFactory.ClusteringFactoryProvenance
Provenance for
ClusteringFactory . |
Modifier and Type | Method and Description |
---|---|
OutputFactoryProvenance |
ClusteringFactory.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
MultiLabelFactory.MultiLabelFactoryProvenance
Provenance for
MultiLabelFactory . |
Modifier and Type | Method and Description |
---|---|
OutputFactoryProvenance |
MultiLabelFactory.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
RegressionFactory.RegressionFactoryProvenance
Provenance for
RegressionFactory . |
Modifier and Type | Method and Description |
---|---|
OutputFactoryProvenance |
RegressionFactory.getProvenance() |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.