Java weka.core.converters ConverterUtils fields, constructors, methods, implement or subclass

Example usage for Java weka.core.converters ConverterUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.core.converters ConverterUtils.

The text is from its open source code.

Method

AbstractFileLoadergetLoaderForFile(String filename)
tries to determine the loader to use for this kind of file, returns null if none can be found.
AbstractFileLoadergetLoaderForFile(File file)
tries to determine the loader to use for this kind of file, returns null if none can be found.
AbstractFileSavergetSaverForFile(String filename)
tries to determine the saver to use for this kind of file, returns null if none can be found.
AbstractFileSavergetSaverForFile(File file)
tries to determine the saver to use for this kind of file, returns null if none can be found.