Interface Featurizer
-
- All Known Subinterfaces:
PreparedFeaturizer
public interface FeaturizerAn interface that convert String to numeric data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfeaturize(DynamicBuffer buf, java.lang.String input)Puts encoded data into the float buffer.
-
-
-
Method Detail
-
featurize
void featurize(DynamicBuffer buf, java.lang.String input)
Puts encoded data into the float buffer.- Parameters:
buf- the float buffer to be filledinput- the string input
-
-