@Beta @PublicAPI public abstract class EcfpTableReader extends MDTableReader<BinaryVectorDescriptor>
Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EcfpTableReader.Factory
Factory class.
|
| Constructor and Description |
|---|
EcfpTableReader() |
| Modifier and Type | Method and Description |
|---|---|
static EcfpTableReader |
createNewReader(String xmlConfig)
Create a PfTableReader from the xml configuration string.
|
abstract EcfpGenerator |
getDescriptorGenerator()
Associated descriptor generator.
|
getStandardizerWrapper, getXmlConfig, readpublic abstract EcfpGenerator getDescriptorGenerator()
MDTableReaderMDTableReader.read(byte[]). Note that
the DescriptorSerializer exposed by the returned generator is not compatible with the binary form
represented by this reader.getDescriptorGenerator in class MDTableReader<BinaryVectorDescriptor>public static EcfpTableReader createNewReader(String xmlConfig)
xmlConfig - xml configIllegalArgumentException - invalid xml string