@Deprecated public class NetworkTrainingSet<T> extends TrainingSet<T>
| Constructor and Description |
|---|
NetworkTrainingSet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNetwork(Network<T> network)
Deprecated.
|
Collection<Network<T>> |
getNetworks()
Deprecated.
|
void |
removeNetwork(Network<T> network)
Deprecated.
|
void |
setNetworks(Collection<Network<T>> networks)
Deprecated.
|
addTrainingPair, getDesiredOutputArity, getInputArity, getTrainingPairs, ListTrainingPairs, removeTrainingPairpublic Collection<Network<T>> getNetworks()
public void setNetworks(Collection<Network<T>> networks)
Copyright © 2015. All Rights Reserved.