Méthode | Description | |
---|---|---|
BootstrapResult ( |
Initializes a new instance of the BootstrapResult class.
|
|
Load ( Stream stream ) : |
Loads a result from a stream.
|
|
Load ( string path ) : |
Loads a result from a stream.
|
|
Save ( Stream stream ) : void |
Saves the result to a stream.
|
|
Save ( string path ) : void |
Saves the result to a stream.
|
public BootstrapResult ( |
||
owner | The |
|
models | The models created during the cross-validation runs. | |
Résultat | System |
public static Load ( Stream stream ) : |
||
stream | Stream | The stream from which the result is to be deserialized. |
Résultat |
public static Load ( string path ) : |
||
path | string | The path to the file from which the result is to be deserialized. |
Résultat |
public Save ( Stream stream ) : void | ||
stream | Stream | The stream to which the result is to be serialized. |
Résultat | void |
public Save ( string path ) : void | ||
path | string | The stream to which the result is to be serialized. |
Résultat | void |