Package | Description |
---|---|
org.datavec.api.transform | |
org.datavec.api.transform.transform.categorical |
Class and Description |
---|
FirstDigitTransform.Mode
Mode determines how non-numerical entries should be handled:
EXCEPTION_ON_INVALID: output has 10 category values ("0", ..., "9"), and any non-numerical values result in an exception INCLUDE_OTHER_CATEGORY: output has 11 category values ("0", ..., "9", "Other"), all non-numerical values are mapped to "Other" |
Class and Description |
---|
FirstDigitTransform.Mode
Mode determines how non-numerical entries should be handled:
EXCEPTION_ON_INVALID: output has 10 category values ("0", ..., "9"), and any non-numerical values result in an exception INCLUDE_OTHER_CATEGORY: output has 11 category values ("0", ..., "9", "Other"), all non-numerical values are mapped to "Other" |
Copyright © 2020. All rights reserved.