Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainBayesian.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainBayesian.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainEA.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainEA.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainGaussian.pause() |
Modifier and Type | Method and Description |
---|---|
void |
TrainGaussian.resume(TrainingContinuation state) |
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainLinearRegression.pause() |
Modifier and Type | Method and Description |
---|---|
void |
TrainLinearRegression.resume(TrainingContinuation state) |
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
MLMethodGeneticAlgorithm.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
MLMethodGeneticAlgorithm.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
BaseBaumWelch.pause() |
Modifier and Type | Method and Description |
---|---|
void |
BaseBaumWelch.resume(TrainingContinuation state) |
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainKMeans.pause() |
Modifier and Type | Method and Description |
---|---|
void |
TrainKMeans.resume(TrainingContinuation state) |
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
SVMTrain.pause()
Pause the training to continue later.
|
TrainingContinuation |
SVMSearchTrain.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
SVMTrain.resume(TrainingContinuation state)
Resume training.
|
void |
SVMSearchTrain.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
MLTrain.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
MLTrain.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainOutstar.pause()
Pause the training to continue later.
|
TrainingContinuation |
TrainInstar.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainOutstar.resume(TrainingContinuation state)
Resume training.
|
void |
TrainInstar.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
FreeformBackPropagation.pause()
Pause the training to continue later.
|
TrainingContinuation |
FreeformResilientPropagation.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
FreeformBackPropagation.resume(TrainingContinuation state)
Resume training.
|
void |
FreeformResilientPropagation.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
NeuralSimulatedAnnealing.pause() |
Modifier and Type | Method and Description |
---|---|
void |
NeuralSimulatedAnnealing.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
CrossValidationKFold.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
CrossValidationKFold.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
LevenbergMarquardtTraining.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
LevenbergMarquardtTraining.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
NelderMeadTraining.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
NelderMeadTraining.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainBasicPNN.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainBasicPNN.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
Backpropagation.pause()
Pause the training.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Backpropagation.isValidResume(TrainingContinuation state)
Determine if the specified continuation object is valid to resume with.
|
void |
Backpropagation.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
ManhattanPropagation.pause()
This training type does not support training continue.
|
Modifier and Type | Method and Description |
---|---|
void |
ManhattanPropagation.resume(TrainingContinuation state)
This training type does not support training continue.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
QuickPropagation.pause()
Pause the training.
|
Modifier and Type | Method and Description |
---|---|
boolean |
QuickPropagation.isValidResume(TrainingContinuation state)
Determine if the specified continuation object is valid to resume with.
|
void |
QuickPropagation.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
ResilientPropagation.pause()
Pause the training.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResilientPropagation.isValidResume(TrainingContinuation state)
Determine if the specified continuation object is valid to resume with.
|
void |
ResilientPropagation.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
ScaledConjugateGradient.pause()
This training type does not support training continue.
|
Modifier and Type | Method and Description |
---|---|
void |
ScaledConjugateGradient.resume(TrainingContinuation state)
This training type does not support training continue.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
NeuralPSO.pause() |
Modifier and Type | Method and Description |
---|---|
void |
NeuralPSO.resume(TrainingContinuation state) |
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
TrainAdaline.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainAdaline.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
SVDTraining.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
SVDTraining.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
BasicTrainSOM.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTrainSOM.resume(TrainingContinuation state)
Resume training.
|
Modifier and Type | Method and Description |
---|---|
TrainingContinuation |
SOMClusterCopyTraining.pause()
Pause the training to continue later.
|
Modifier and Type | Method and Description |
---|---|
void |
SOMClusterCopyTraining.resume(TrainingContinuation state)
Resume training.
|
Copyright © 2014. All Rights Reserved.