javax.datamining.algorithm.svm.regression
Interface SVMRegressionSettingsFactory

All Superinterfaces:
Factory

public interface SVMRegressionSettingsFactory
extends Factory

A factory class that creates instances of SVMRegressionSettings.

Author:
JSR-73 Java Data Mining Expert Group
See Also:
Factory

Method Summary
 SVMRegressionSettings create()
          Creates an instance of SVMRegressionSettingsFactory initialized to vendor-specified default values.
 boolean supportsCapability(SVMRegressionCapability capability)
          Returns true if the specified capability is supported in the implementation of the JDM being used.
 

Method Detail

create

public SVMRegressionSettings create()
                             throws JDMException
Creates an instance of SVMRegressionSettingsFactory initialized to vendor-specified default values.

Returns:
SVMRegressionSettings
Throws:
JDMException

supportsCapability

public boolean supportsCapability(SVMRegressionCapability capability)
                           throws JDMException
Returns true if the specified capability is supported in the implementation of the JDM being used. Retruns false otherwise.

Parameters:
capability -
Returns:
boolean
Throws:
JDMException