Package org.datavec.api.vector
Interface Vectorizer.RecordCallBack
-
- Enclosing interface:
- Vectorizer<VECTOR_TYPE>
public static interface Vectorizer.RecordCallBackOn record call back. This allows for neat inheritance and polymorphism for fit and fit/transform among other things
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRecord(Record record)The record callback
-
-
-
Method Detail
-
onRecord
void onRecord(Record record)
The record callback- Parameters:
record-
-
-