PHP Conference Japan 2024

SVMModel 类

(PECL svm >= 0.1.0)

简介

SVMModel 是训练过程的最终结果。它可以用来对以前未见过的数据进行分类。

类概要

class SVMModel {
/* 方法 */
public __construct(string $filename = ?)
public getLabels(): array
public getNrClass(): int
public getSvmType(): int
public load(string $filename): bool
public predict(array $data): float
public save(string $filename): bool
}

目录

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top