Package | Description |
---|---|
org.tribuo |
Provides the core interfaces and classes for using Tribuo.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoricalIDInfo
Same as a
CategoricalInfo , but with an additional int id field. |
Modifier and Type | Method and Description |
---|---|
CategoricalInfo |
CategoricalInfo.copy() |
CategoricalInfo |
CategoricalInfo.rename(String newName) |
Constructor and Description |
---|
CategoricalIDInfo(CategoricalInfo info,
int id)
Constructs a categorical id info copying the information from the supplied info, with the specified id.
|
CategoricalInfo(CategoricalInfo info)
Constructs a deep copy of the supplied categorical info.
|
CategoricalInfo(CategoricalInfo info,
String newName)
Constructs a deep copy of the supplied categorical info, with the new feature name.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.