Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Specifies the methods for accessing the data stored as a text in java.io.Strings format. More...
| StringDataSource | ( | DaalContext | context, |
| String | data | ||
| ) |
Default constructor
| StringDataSource | ( | DaalContext | context, |
| String | data, | ||
| DictionaryCreationFlag | doDict, | ||
| NumericTableAllocationFlag | doNT | ||
| ) |
Constructor
| void setData | ( | String | data | ) |
Sets new string as a source for the data
| data | Strings with the data |
For more complete information about compiler optimizations, see our Optimization Notice.