Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Added a function alias 'addBias'
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Jun 27, 2016
1 parent a3dfb6f commit 0e99357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/ddl/define-udfs.td.hql
Expand Up @@ -151,4 +151,5 @@ create temporary function tokenize_ja as 'hivemall.nlp.tokenizer.KuromojiUDF';
create temporary function concat_array as 'hivemall.tools.array.ArrayConcatUDF';
create temporary function pa2a_regress as 'hivemall.regression.PassiveAggressiveRegressionUDTF$PA2a';
create temporary function arow_regress as 'hivemall.regression.AROWRegressionUDTF';
create temporary function addBias as 'hivemall.ftvec.AddBiasUDF';

0 comments on commit 0e99357

Please sign in to comment.