|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InitialSamplesSettable
Provides methods for setting the set of initial samples for an algorithm.
| Method Summary | |
|---|---|
cern.colt.matrix.DoubleMatrix2D |
makeInitialSamples(int sampleCount)
Makes the desired number of initial samples. |
void |
setInitialSamples(DataBlock block)
Sets the given block of samples as the set of initial samples. |
void |
setInitialSamples(cern.colt.matrix.DoubleMatrix2D x)
|
void |
setInitialSamples(cern.colt.matrix.DoubleMatrix2D x,
cern.colt.matrix.DoubleMatrix2D y)
Sets the initial samples as per the given inputs and outputs. |
void |
setRandomSeed(int randomSeed)
Sets the randomSeed. |
| Method Detail |
|---|
cern.colt.matrix.DoubleMatrix2D makeInitialSamples(int sampleCount)
x-values of the desired number of
initial samples.void setInitialSamples(DataBlock block)
block - the given DataBlock.void setInitialSamples(cern.colt.matrix.DoubleMatrix2D x)
x - initial matrix of points, stored row-wise.
void setInitialSamples(cern.colt.matrix.DoubleMatrix2D x,
cern.colt.matrix.DoubleMatrix2D y)
x - the given set of inputs.y - the given set of outputs.void setRandomSeed(int randomSeed)
randomSeed - the given randomSeed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||