Метод | Описание | |
---|---|---|
CalculateScore ( IMLRegression method ) : double |
Calculate the score for the network.
|
|
TrainingSetScore ( IMLDataSet training ) : Encog.ML |
Construct a training set score calculation.
|
public CalculateScore ( IMLRegression method ) : double | ||
method | IMLRegression | The network to calculate for. |
Результат | double |
public TrainingSetScore ( IMLDataSet training ) : Encog.ML | ||
training | IMLDataSet | The training data to use. |
Результат | Encog.ML |