%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/ava/lib/mlbackend/php/phpml/src/Phpml/SupportVectorMachine/
Upload File :
Create Path :
Current File : //home2/vacivi36/ava/lib/mlbackend/php/phpml/src/Phpml/SupportVectorMachine/Type.php

<?php

declare(strict_types=1);

namespace Phpml\SupportVectorMachine;

abstract class Type
{
    /**
     * classification.
     */
    public const C_SVC = 0;

    /**
     * classification.
     */
    public const NU_SVC = 1;

    /**
     * distribution estimation.
     */
    public const ONE_CLASS_SVM = 2;

    /**
     * regression.
     */
    public const EPSILON_SVR = 3;

    /**
     * regression.
     */
    public const NU_SVR = 4;
}

Zerion Mini Shell 1.0