Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
Phpml\Transformer Interface Reference
Inheritance diagram for Phpml\Transformer:
Phpml\FeatureExtraction\TfIdfTransformer Phpml\FeatureExtraction\TokenCountVectorizer Phpml\FeatureSelection\SelectKBest Phpml\FeatureSelection\VarianceThreshold Phpml\FeatureUnion Phpml\Pipeline Phpml\Preprocessing\Preprocessor Phpml\Preprocessing\ColumnFilter Phpml\Preprocessing\Imputer Phpml\Preprocessing\LabelEncoder Phpml\Preprocessing\LambdaTransformer Phpml\Preprocessing\Normalizer Phpml\Preprocessing\NumberConverter Phpml\Preprocessing\OneHotEncoder

Public Member Functions

 fit (array $samples, ?array $targets=null)
 
 transform (array &$samples, ?array &$targets=null)
 

The documentation for this interface was generated from the following file: