public class BridgeFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <I,L extends Listener<I>> |
defaultBridgeFactory()
Initializes a new standard bridge
|
static ClassificationBridge |
defaultClassificationBridgeFactory()
Initializes a new bridge that supports the output of classification algorithms
|
static CrossValidationBridge |
defaultCrossValidationBridgeFactory()
Initializes a new bridge that supports the output of cross-validation algorithms
|
static <U extends Bridge<?,?>> |
factory(java.lang.Class<U> uClass)
Initializes a new bridge
|
public static <U extends Bridge<?,?>> U factory(java.lang.Class<U> uClass)
U
- Type of bridge to be initializeduClass
- An object of type Class that corresponds to the bridge to initializepublic static <I,L extends Listener<I>> Bridge<I,L> defaultBridgeFactory()
I
- The input type of the bridgeL
- The type of objects that will be notified by the bridgepublic static ClassificationBridge defaultClassificationBridgeFactory()
public static CrossValidationBridge defaultCrossValidationBridgeFactory()