javax.datamining.algorithm.feedforwardneuralnet
Interface FeedForwardNeuralNetSettingsFactory

All Superinterfaces:
Factory

public interface FeedForwardNeuralNetSettingsFactory
extends Factory

A factory class that creates instances of FeedForwardNeuralNetSettings.

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

Method Summary
 FeedForwardNeuralNetSettings create()
          Creates an instance of FeedForwardNeuralNetSettings object initialized to vendor-specified default values.
 boolean supportsCapability(FeedForwardNeuralNetCapability capability)
          Returns true if the specified capability is supported in theJDM implementation.
 

Method Detail

create

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

Returns:
FeedForwardNeuralNetSettings
Throws:
JDMException

supportsCapability

public boolean supportsCapability(FeedForwardNeuralNetCapability capability)
                           throws JDMException
Returns true if the specified capability is supported in theJDM implementation. Retruns false otherwise.

Parameters:
capability - An enumeration value that represents a specific capability.
Returns:
boolean
Throws:
JDMException