public interface SingleWeightVectorModel extends SimpleWeightVectorModel
Modifier and Type | Method and Description |
---|---|
double |
getBias()
Returns the bias term used for the model, or 0 of the model does not
support or was not trained with a bias term.
|
Vec |
getRawWeight()
Returns the only weight vector used for the model
|
getBias, getRawWeight, numWeightsVecs
Vec getRawWeight()
double getBias()
Copyright © 2017. All rights reserved.