This is the complete list of members for mlbackend_php\processor, including all inherited members.
$limitedsize (defined in mlbackend_php\processor) | mlbackend_php\processor | protected |
BATCH_SIZE | mlbackend_php\processor | |
classify($uniqueid, stored_file $dataset, $outputdir) | mlbackend_php\processor | |
clear_model($uniqueid, $modelversionoutputdir) | mlbackend_php\processor | |
delete_output_dir($modeloutputdir, $uniqueid) | mlbackend_php\processor | |
estimate($uniqueid, stored_file $dataset, $outputdir) | mlbackend_php\processor | |
evaluate_classification($uniqueid, $maxdeviation, $niterations, stored_file $dataset, $outputdir, $trainedmodeldir) | mlbackend_php\processor | |
evaluate_regression($uniqueid, $maxdeviation, $niterations, stored_file $dataset, $outputdir, $trainedmodeldir) | mlbackend_php\processor | |
export(string $uniqueid, string $modeldir) | mlbackend_php\processor | |
extract_metadata($fh) | mlbackend_php\processor | protected |
get_evaluation_result_object(\stored_file $dataset, $scores, $maxdeviation) | mlbackend_php\processor | protected |
get_model_filepath(string $modeldir) | mlbackend_php\processor | protected |
import(string $uniqueid, string $modeldir, string $importdir) | mlbackend_php\processor | |
instantiate_algorithm() | mlbackend_php\processor | protected |
is_ready() | mlbackend_php\processor | |
load_classifier($outputdir) | mlbackend_php\processor | protected |
MODEL_FILENAME | mlbackend_php\processor | |
train_classification($uniqueid, stored_file $dataset, $outputdir) | mlbackend_php\processor | |
TRAIN_ITERATIONS | mlbackend_php\processor | |
train_regression($uniqueid, stored_file $dataset, $outputdir) | mlbackend_php\processor | |