Package | Description |
---|---|
org.tribuo.multilabel |
Provides classes and infrastructure for working with multi-label classification problems.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableMultiLabelInfo
An ImmutableOutputInfo for working with multi-label tasks.
|
class |
MutableMultiLabelInfo
A MutableOutputInfo for working with multi-label tasks.
|
Modifier and Type | Method and Description |
---|---|
abstract MultiLabelInfo |
MultiLabelInfo.copy() |
Constructor and Description |
---|
MutableMultiLabelInfo(MultiLabelInfo info)
Construct a MutableMultiLabelInfo with it's state copied from another
MultiLabelInfo.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.