Package | Description |
---|---|
org.tribuo.sequence |
Provides core classes for working with sequences of
Example s. |
Modifier and Type | Class and Description |
---|---|
class |
MinimumCardinalitySequenceDataset<T extends Output<T>>
This class creates a pruned dataset in which low frequency features that
occur less than the provided minimum cardinality have been removed.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Output<T>> |
ImmutableSequenceDataset.copyDataset(SequenceDataset<T> dataset)
Creates an immutable deep copy of the supplied dataset.
|
static <T extends Output<T>> |
ImmutableSequenceDataset.copyDataset(SequenceDataset<T> dataset,
ImmutableFeatureMap featureIDMap,
ImmutableOutputInfo<T> outputIDInfo)
Creates an immutable deep copy of the supplied dataset, using a different feature and output map.
|
static <T extends Output<T>> |
ImmutableSequenceDataset.copyDataset(SequenceDataset<T> dataset,
ImmutableFeatureMap featureIDMap,
ImmutableOutputInfo<T> outputIDInfo,
Merger merger)
Creates an immutable deep copy of the supplied dataset.
|
Constructor and Description |
---|
MutableSequenceDataset(ImmutableSequenceDataset<T> dataset) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.