Méthode | Description | |
---|---|---|
AddVectorTest ( short input_array, short &output_array ) : void | ||
GPUCompute ( ComputeModeFormat SetComputeMode = ComputeModeFormat.kRelease ) : System | ||
LoadOffsets ( int to_load_offset_list ) : void | ||
LoadTrees ( int toLoadTrees, short nclasses, short ntrees, int nfeatures ) : void | ||
Predict ( short depth, float &predict_output ) : void | ||
PredictFeatureVector ( short feature_vector, float &predict_output ) : void |
public AddVectorTest ( short input_array, short &output_array ) : void | ||
input_array | short | |
output_array | short | |
Résultat | void |
public GPUCompute ( ComputeModeFormat SetComputeMode = ComputeModeFormat.kRelease ) : System | ||
SetComputeMode | ComputeModeFormat | |
Résultat | System |
public LoadOffsets ( int to_load_offset_list ) : void | ||
to_load_offset_list | int | |
Résultat | void |
public LoadTrees ( int toLoadTrees, short nclasses, short ntrees, int nfeatures ) : void | ||
toLoadTrees | int | |
nclasses | short | |
ntrees | short | |
nfeatures | int | |
Résultat | void |
public Predict ( short depth, float &predict_output ) : void | ||
depth | short | |
predict_output | float | |
Résultat | void |
public PredictFeatureVector ( short feature_vector, float &predict_output ) : void | ||
feature_vector | short | |
predict_output | float | |
Résultat | void |