public interface PathLabelGenerator extends Serializable
For use cases where multiple Writables are required (for example, networks with mixed classification/regression,
or multiple output layers) use PathMultiLabelGenerator
instead.
PathMultiLabelGenerator
Modifier and Type | Method and Description |
---|---|
Writable |
getLabelForPath(String path) |
Writable |
getLabelForPath(URI uri) |
boolean |
inferLabelClasses()
If true: infer the set of possible label classes, and convert these to integer indexes.
|
boolean inferLabelClasses()
Copyright © 2020. All rights reserved.