This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# SPDX-License-Identifier: LGPL-2.1-or-later | |
from __future__ import absolute_import, print_function, unicode_literals | |
from optparse import OptionParser | |
import sys | |
import signal | |
import dbus | |
import dbus.service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"# PMR: Rule support confidence and lift" | |
] | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"metadata":{"id":"6d347ea4-6ddf-4aeb-ba3c-f93e70a28fdf","name":"GraphTesting","user_save_timestamp":"1970-01-01T12:00:00.000Z","auto_save_timestamp":"1970-01-01T12:00:00.000Z","language_info":{"name":"scala","file_extension":"scala","codemirror_mode":"text/x-scala"},"trusted":true,"sparkNotebook":null,"customLocalRepo":null,"customRepos":null,"customDeps":null,"customImports":null,"customArgs":null,"customSparkConf":{"spark.jars":"/home/jmackenzie/src/Wynyard/ACTA/target/scala-2.11/actaproject.jar"},"customVars":null},"cells":[{"metadata":{"trusted":true,"input_collapsed":false,"collapsed":false,"id":"4FA13FEF74B2450D8B55FB5E4F4E1CE4"},"cell_type":"code","source":["val spark = sparkSession\n","import spark.implicits._\n","import org.apache.spark.sql.functions._\n","import org.apache.spark.sql.types._\n","// import com.telstra.acta.modules.ContextAnalyticsPatternAnalysis\n","// import com.telstra.research.configuration.ActaConfig\n","// import com.telstra.research.core.patternAnalysis.PatternAnalysisNouveau\n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"## Imports" | |
] | |
}, | |
{ |