SYMBOL INDEX (142 symbols across 37 files) FILE: core/src/test/java/org/apache/predictionio/workflow/JavaParams.java class JavaParams (line 23) | public class JavaParams implements Params { method JavaParams (line 26) | public JavaParams(String p) { method getP (line 30) | public String getP() { FILE: core/src/test/java/org/apache/predictionio/workflow/JavaQuery.java class JavaQuery (line 23) | public class JavaQuery implements Serializable{ method JavaQuery (line 26) | public JavaQuery(String q) { method getQ (line 30) | public String getQ() { method equals (line 34) | @Override method hashCode (line 45) | @Override FILE: core/src/test/java/org/apache/predictionio/workflow/JavaQueryTypeAdapterFactory.java class JavaQueryTypeAdapterFactory (line 31) | public class JavaQueryTypeAdapterFactory implements TypeAdapterFactory { method create (line 32) | @Override FILE: docs/manual/helpers/application_helpers.rb type ApplicationHelpers (line 18) | module ApplicationHelpers function page_title (line 19) | def page_title function rendered_title (line 31) | def rendered_title function github_url (line 38) | def github_url function page_title_in_nav_menu (line 44) | def page_title_in_nav_menu(nodes) function link_to_with_active (line 79) | def link_to_with_active(body, url, options = {}) FILE: docs/manual/helpers/breadcrumb_helpers.rb type BreadcrumbHelpers (line 20) | module BreadcrumbHelpers function breadcrumbs (line 22) | def breadcrumbs function breadcrumb_search (line 34) | def breadcrumb_search(path, node, depth = 0, crumb = []) FILE: docs/manual/helpers/icon_helpers.rb type IconHelpers (line 18) | module IconHelpers function icon (line 19) | def icon(name) FILE: docs/manual/helpers/table_of_contents_helpers.rb type TableOfContentsHelpers (line 18) | module TableOfContentsHelpers function table_of_contents (line 19) | def table_of_contents(resource) function remove_front_matter_data (line 44) | def remove_front_matter_data(content) FILE: docs/manual/helpers/url_helpers.rb type UrlHelpers (line 18) | module UrlHelpers function absolute_url (line 19) | def absolute_url(path) FILE: docs/manual/lib/custom_renderer.rb class CustomRenderer (line 20) | class CustomRenderer < Middleman::Renderers::MiddlemanRedcarpetHTML method initialize (line 21) | def initialize(options = {}) method paragraph (line 26) | def paragraph(text) method header (line 35) | def header(text, level) method block_code (line 42) | def block_code(code, language) method block_html (line 47) | def block_html(raw_html) method convert_alerts (line 87) | def convert_alerts(text) FILE: docs/manual/lib/gallery_generator.rb type Gallery (line 21) | module Gallery class Template (line 71) | class Template method initialize (line 75) | def initialize(engine) method parse_github (line 87) | def parse_github function write_template (line 101) | def self.write_template(mdfile, template) function write_templates (line 125) | def self.write_templates(mdfile, templates) function write_markdown (line 131) | def self.write_markdown(mdfile, templates) function generate_md (line 185) | def self.generate_md(yaml_file_path, out_file_path) FILE: docs/manual/source/javascripts/application.js function navExpand (line 83) | function navExpand(link) { function navCollapse (line 89) | function navCollapse(link) { function enableForm (line 225) | function enableForm() { function disableForm (line 229) | function disableForm() { function onFormSubmitSuccess (line 233) | function onFormSubmitSuccess() { function onFormSubmitError (line 237) | function onFormSubmitError() { function validateRequired (line 245) | function validateRequired($input) { function validateEmail (line 258) | function validateEmail($input) { function validateMatch (line 271) | function validateMatch($input) { function formCallBack (line 285) | function formCallBack(data) {} FILE: docs/scaladoc/api-docs.js function addBadges (line 7) | function addBadges(allAnnotations, name, tag, html) { FILE: examples/scala-parallel-classification/add-algorithm/data/import_eventserver.py function import_events (line 25) | def import_events(client, file): FILE: examples/scala-parallel-classification/reading-custom-properties/data/import_eventserver.py function import_events (line 25) | def import_events(client, file): FILE: examples/scala-parallel-ecommercerecommendation/adjust-score/data/import_eventserver.py function import_events (line 28) | def import_events(client): FILE: examples/scala-parallel-ecommercerecommendation/train-with-rate-event/data/import_eventserver.py function import_events (line 28) | def import_events(client): FILE: examples/scala-parallel-recommendation/blacklist-items/data/import_eventserver.py function import_events (line 29) | def import_events(client, file): FILE: examples/scala-parallel-recommendation/customize-data-prep/data/import_eventserver.py function import_events (line 29) | def import_events(client, file): FILE: examples/scala-parallel-recommendation/customize-serving/data/import_eventserver.py function import_events (line 29) | def import_events(client, file): FILE: examples/scala-parallel-recommendation/reading-custom-events/data/import_eventserver.py function import_events (line 29) | def import_events(client, file): FILE: examples/scala-parallel-recommendation/train-with-view-event/data/import_eventserver.py function import_events (line 29) | def import_events(client, file): FILE: examples/scala-parallel-similarproduct/multi-events-multi-algos/data/import_eventserver.py function import_events (line 28) | def import_events(client): FILE: examples/scala-parallel-similarproduct/recommended-user/data/import_eventserver.py function import_events (line 28) | def import_events(client): FILE: examples/scala-parallel-similarproduct/return-item-properties/data/import_eventserver.py function import_events (line 28) | def import_events(client): FILE: examples/scala-parallel-similarproduct/rid-user-set-event/data/import_eventserver.py function import_events (line 28) | def import_events(client): FILE: examples/scala-parallel-similarproduct/train-with-rate-event/data/import_eventserver.py function import_events (line 28) | def import_events(client): FILE: python/pypio/data/eventstore.py class PEventStore (line 26) | class PEventStore(object): method __init__ (line 28) | def __init__(self, jss, sql_ctx): method find (line 33) | def find(self, app_name, channel_name=None, start_time=None, until_tim... method aggregate_properties (line 41) | def aggregate_properties(self, app_name, entity_type, channel_name=None, FILE: python/pypio/pypio.py function init (line 31) | def init(): function find_events (line 47) | def find_events(app_name): function save_model (line 57) | def save_model(model, predict_columns): FILE: python/pypio/utils.py function dict_to_scalamap (line 19) | def dict_to_scalamap(jvm, d): function list_to_dict (line 33) | def list_to_dict(l): FILE: python/pypio/workflow/cleanup_functions.py class CleanupFunctions (line 23) | class CleanupFunctions(object): method __init__ (line 25) | def __init__(self, sql_ctx): method run (line 29) | def run(self): FILE: tests/pio_tests/globals.py function std_out (line 24) | def std_out(): function std_err (line 30) | def std_err(): FILE: tests/pio_tests/integration.py class TestContext (line 22) | class TestContext: method __init__ (line 25) | def __init__(self, engine_directory, data_directory, es_ip='0.0.0.0', ... class BaseTestCase (line 38) | class BaseTestCase(unittest.TestCase): method __init__ (line 43) | def __init__(self, test_context, methodName='runTest'): class AppContext (line 48) | class AppContext: method __init__ (line 51) | def __init__(self, name, template, engine_json_path=None): FILE: tests/pio_tests/scenarios/basic_app_usecases.py function get_buy_events (line 29) | def get_buy_events(users, per_user=2): function get_rate_events (line 43) | def get_rate_events(users, per_user=2): class BasicAppUsecases (line 59) | class BasicAppUsecases(BaseTestCase): method setUp (line 61) | def setUp(self): method runTest (line 77) | def runTest(self): method app_creation (line 84) | def app_creation(self): method check_app_list (line 93) | def check_app_list(self): method check_data (line 99) | def check_data(self): method check_build (line 118) | def check_build(self): method check_train_and_deploy (line 124) | def check_train_and_deploy(self): method tearDown (line 164) | def tearDown(self): FILE: tests/pio_tests/scenarios/eventserver_test.py class EventserverTest (line 28) | class EventserverTest(BaseTestCase): method eventserver_url (line 35) | def eventserver_url(self, path=None): method load_events (line 41) | def load_events(self, json_file): method setUp (line 47) | def setUp(self): method runTest (line 55) | def runTest(self): method tearDown (line 163) | def tearDown(self): FILE: tests/pio_tests/scenarios/quickstart_test.py function read_events (line 25) | def read_events(file_path): class QuickStartTest (line 50) | class QuickStartTest(BaseTestCase): method setUp (line 52) | def setUp(self): method engine_dir_test (line 76) | def engine_dir_test(self): method runTest (line 106) | def runTest(self): method tearDown (line 169) | def tearDown(self): FILE: tests/pio_tests/tests.py function get_tests (line 51) | def get_tests(test_context): FILE: tests/pio_tests/utils.py function srun (line 28) | def srun(command): function srun_out (line 35) | def srun_out(command): function srun_bg (line 43) | def srun_bg(command): function repository_dirname (line 50) | def repository_dirname(template): function obtain_template (line 56) | def obtain_template(engine_dir, template): function pio_app_list (line 79) | def pio_app_list(): function get_app_eventserver_url_json (line 88) | def get_app_eventserver_url_json(test_context): function get_engine_url_json (line 92) | def get_engine_url_json(engine_ip, engine_port): function send_event (line 96) | def send_event(event, test_context, access_key, channel=None): function send_events_batch (line 113) | def send_events_batch(events, test_context, access_key, channel=None): function import_events_batch (line 134) | def import_events_batch(events, test_context, appid, channel=None): function get_events (line 162) | def get_events(test_context, access_key, params={}): function query_engine (line 174) | def query_engine(data, engine_ip='localhost', engine_port=8000): class AppEngine (line 186) | class AppEngine: method __init__ (line 192) | def __init__(self, test_context, app_context, already_created=False): method __copy_engine_json (line 213) | def __copy_engine_json(self): method __init_info (line 217) | def __init_info(self): method new (line 223) | def new(self, id=None, description=None, access_key=None): method show (line 234) | def show(self): method delete (line 249) | def delete(self): method build (line 252) | def build(self, sbt_extra=None, clean=False, no_asm=True, engine_dir=N... method train (line 260) | def train(self, batch=None, skip_sanity_check=False, stop_after_read=F... method deploy (line 275) | def deploy(self, wait_time=0, ip=None, port=None, engine_instance_id=N... method stop (line 299) | def stop(self): method new_channel (line 304) | def new_channel(self, channel): method delete_channel (line 307) | def delete_channel(self, channel): method send_event (line 310) | def send_event(self, event): method send_events_batch (line 313) | def send_events_batch(self, events): method import_events_batch (line 316) | def import_events_batch(self, events): method get_events (line 319) | def get_events(self, params={}): method delete_data (line 322) | def delete_data(self, delete_all=True, channel=None): method query (line 329) | def query(self, data):