2.1.0
User Documentation for Apache MADlib
madlib_keras_custom_function.sql_in File Reference

Function to load serialized Python objects into a table. More...

Functions

void load_custom_function (varchar object_table, bytea object, text name, text description)
 
void load_custom_function (varchar object_table, bytea object, text name)
 
varchar load_custom_function (varchar message)
 
varchar load_custom_function ()
 
void delete_custom_function (varchar object_table, integer id)
 
void delete_custom_function (varchar object_table, text name)
 
varchar delete_custom_function (varchar message)
 
varchar delete_custom_function ()
 
void load_top_k_accuracy_function (varchar object_table, integer k)
 
varchar load_top_k_accuracy_function (varchar message)
 
varchar load_top_k_accuracy_function ()
 
bytea top_k_categorical_acc_pickled (integer n, varchar fn_name)
 

Detailed Description

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Date
May 2020

Function Documentation

◆ delete_custom_function() [1/4]

void delete_custom_function ( varchar  object_table,
integer  id 
)

◆ delete_custom_function() [2/4]

void delete_custom_function ( varchar  object_table,
text  name 
)

◆ delete_custom_function() [3/4]

varchar delete_custom_function ( varchar  message)

◆ delete_custom_function() [4/4]

varchar delete_custom_function ( )

◆ load_custom_function() [1/4]

void load_custom_function ( varchar  object_table,
bytea  object,
text  name,
text  description 
)

◆ load_custom_function() [2/4]

void load_custom_function ( varchar  object_table,
bytea  object,
text  name 
)

◆ load_custom_function() [3/4]

varchar load_custom_function ( varchar  message)

◆ load_custom_function() [4/4]

varchar load_custom_function ( )

◆ load_top_k_accuracy_function() [1/3]

void load_top_k_accuracy_function ( varchar  object_table,
integer  k 
)

◆ load_top_k_accuracy_function() [2/3]

varchar load_top_k_accuracy_function ( varchar  message)

◆ load_top_k_accuracy_function() [3/3]

varchar load_top_k_accuracy_function ( )

◆ top_k_categorical_acc_pickled()

bytea top_k_categorical_acc_pickled ( integer  n,
varchar  fn_name 
)