public class RealFeature extends Feature
ascii, keepString
Modifier | Constructor and Description |
---|---|
protected |
RealFeature(byte[] bytes,
float value) |
|
RealFeature(String name,
float value) |
Modifier and Type | Method and Description |
---|---|
static RealFeature |
create(String name,
float value)
Create a real valued feature
|
boolean |
equals(Object obj) |
float |
getValue() |
int |
hashCode() |
String |
toString() |
conjoinWith, getName, getNameHashCode, prefixWith, resetKeepString, resetUseAscii, setKeepString, setUseAscii
public RealFeature(String name, float value)
protected RealFeature(byte[] bytes, float value)
public static RealFeature create(String name, float value)
Copyright © 2017. All rights reserved.