Package | Description |
---|---|
org.tribuo |
Provides the core interfaces and classes for using Tribuo.
|
Modifier and Type | Class and Description |
---|---|
class |
RealIDInfo
Same as a
RealInfo , but with an additional int id field. |
Modifier and Type | Method and Description |
---|---|
RealInfo |
RealInfo.copy() |
RealInfo |
CategoricalInfo.generateRealInfo()
Generates a
RealInfo using the currently observed counts to calculate
the min, max, mean and variance. |
RealInfo |
RealInfo.rename(String newName) |
Constructor and Description |
---|
RealIDInfo(RealInfo info,
int id)
Constructs a deep copy of the supplied real info and id.
|
RealInfo(RealInfo other)
Copy constructor.
|
RealInfo(RealInfo other,
String newName)
Copy constructor which renames the feature.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.