Package | Description |
---|---|
org.tribuo |
Provides the core interfaces and classes for using Tribuo.
|
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.
|
org.tribuo.sequence |
Provides core classes for working with sequences of
Example s. |
Modifier and Type | Field and Description |
---|---|
protected MutableOutputInfo<T> |
MutableDataset.outputMap
Information about the outputs in this dataset.
|
Modifier and Type | Method and Description |
---|---|
MutableOutputInfo<T> |
OutputFactory.generateInfo()
Generates the appropriate
MutableOutputInfo so the
output values can be tracked by a Dataset or other
aggregate. |
MutableOutputInfo<T> |
OutputInfo.generateMutableOutputInfo()
Generates a mutable copy of this
OutputInfo . |
Modifier and Type | Class and Description |
---|---|
class |
MutableAnomalyInfo
An
MutableOutputInfo object for Event s. |
Modifier and Type | Method and Description |
---|---|
MutableOutputInfo<Event> |
AnomalyFactory.generateInfo() |
MutableOutputInfo<Event> |
AnomalyInfo.generateMutableOutputInfo() |
Modifier and Type | Class and Description |
---|---|
class |
MutableLabelInfo
A mutable
LabelInfo . |
Modifier and Type | Method and Description |
---|---|
MutableOutputInfo<Label> |
LabelFactory.generateInfo()
Generates an empty MutableLabelInfo.
|
MutableOutputInfo<Label> |
LabelInfo.generateMutableOutputInfo() |
Modifier and Type | Class and Description |
---|---|
class |
MutableClusteringInfo
A mutable
ClusteringInfo . |
Modifier and Type | Method and Description |
---|---|
MutableOutputInfo<ClusterID> |
ClusteringFactory.generateInfo() |
MutableOutputInfo<ClusterID> |
ClusteringInfo.generateMutableOutputInfo() |
Modifier and Type | Class and Description |
---|---|
class |
MutableMultiLabelInfo
A MutableOutputInfo for working with multi-label tasks.
|
Modifier and Type | Method and Description |
---|---|
MutableOutputInfo<MultiLabel> |
MultiLabelFactory.generateInfo() |
MutableOutputInfo<MultiLabel> |
MultiLabelInfo.generateMutableOutputInfo() |
Modifier and Type | Class and Description |
---|---|
class |
MutableRegressionInfo
A
MutableOutputInfo for Regressor s. |
Modifier and Type | Method and Description |
---|---|
MutableOutputInfo<Regressor> |
RegressionFactory.generateInfo() |
MutableOutputInfo<Regressor> |
RegressionInfo.generateMutableOutputInfo() |
Modifier and Type | Field and Description |
---|---|
protected MutableOutputInfo<T> |
MutableSequenceDataset.outputInfo
A map from labels to IDs for the labels found in this dataset.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.