Package | Description |
---|---|
org.tribuo.hash |
Provides the base interface and implementations of the
Model hashing
which obscures the feature names stored in a model. |
Modifier and Type | Method and Description |
---|---|
static HashedFeatureMap |
HashedFeatureMap.generateHashedFeatureMap(FeatureMap map,
Hasher hasher)
Converts a standard
FeatureMap by hashing each entry
using the supplied hash function Hasher . |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.