| Class | Description |
|---|---|
| AudioVectorizationEngine | |
| CSVVectorizationEngine |
Vectorization Engine
- takes CSV input and converts it to a transformed vector output in a standard format
- uses the input CSV schema and the collected statistics from a pre-pass
|
| ImageVectorizationEngine |
Reads from InputFormats where (generally, but up to InputFormat) each Writable in Collection is a pixel
Writes back out to the OutputFomat where we are assuming the last element is the double representing the class index
|
| TextVectorizationEngine | |
| VectorizationEngine | |
| VideoVectorizationEngine |
Copyright © 2015. All rights reserved.