A B C D E F G H I K L M N O P Q R S T U V W X Y Z

U

uncaughtException(Thread, Throwable) - Method in class org.android.activityminer.app.util.AppUncaughtExceptionHandler
 
UNKNOWN_LATITUDE - Static variable in class org.android.activityminer.model.devices.NetworkLocationData
Value for an unknown latitude
UNKNOWN_LOCATION - Static variable in class org.android.activityminer.model.devices.NetworkLocationData
Constant for unknown location data
UNKNOWN_LONGITUDE - Static variable in class org.android.activityminer.model.devices.NetworkLocationData
Value for an unknown longitude
unregister(SharedPreferenceChangeNotificationReceiver) - Method in class org.android.activityminer.logic.configuration.GlobalSharedPreferenceObserver
Method to unregister for shared preference change notifications.
unregisterEventObserver(EventObserver<? extends TaskFinishedEvent>) - Method in class org.android.activityminer.app.db.FeatureExtractionTask
 
unregisterEventObserver(EventObserver<? extends TaskFinishedEvent>) - Method in class org.android.activityminer.app.recording.SaveRecordingTask
 
unregisterEventObserver(EventObserver<? extends TaskFinishedEvent>) - Method in class org.android.activityminer.app.util.DeleteAllTrainingSamplesTask
 
unregisterEventObserver(EventObserver<? extends TaskFinishedEvent>) - Method in class org.android.activityminer.app.util.ObservableWorkerThreadWithProgressNotification
 
unregisterEventObserver(EventObserver<? extends ScreenChangeEvent>) - Method in class org.android.activityminer.app.util.ScreenOnOffBroadcastReceiver
 
unregisterEventObserver(EventObserver<? extends SampleGapErrorEvent>) - Method in class org.android.activityminer.logic.devices.AbstractAccelerometerDataSource
 
unregisterEventObserver(EventObserver<? extends SampleGapErrorEvent>) - Method in class org.android.activityminer.logic.devices.AccelerometerDataCache
 
unregisterEventObserver(EventObserver<? extends FFTCalculatorEvent>) - Method in class org.android.activityminer.logic.features.calculators.FFTCalculator
 
unregisterListener(Context) - Method in class org.android.activityminer.logic.devices.AbstractAccelerometerDataSource
Does unregister the sensor listener for the device type
unregisterListener(Context) - Method in class org.android.activityminer.logic.devices.LinearDeviceAccelerometerDataSource
 
unregisterProviderListeners() - Method in class org.android.activityminer.logic.devices.LocationDataSource
Does unregister the sensor listener for the device type
update(Uri, ContentValues, String, String[]) - Method in class org.android.activityminer.provider.PredictionsProvider
 
UPDATE_ACTIVITY_REC_COUNT_WHERE_LABEL_ID_EQUALS - Static variable in class org.android.activityminer.persistence.DBAdapter
Update statement for record count in the activity table
UPDATE_NEXT_SEQUENCE_ID - Static variable in class org.android.activityminer.persistence.DBAdapter
Update statement for the configuration table ( version 8 )
UPDATE_RECORDING_FVEC_COUNT_WHERE_RECORDING_ID_EQUALS - Static variable in class org.android.activityminer.persistence.DBAdapter
Update statement for feature vector count in the recording table
UPDATE_RECORDING_TABLE_SET_SID_TO_RECID - Static variable in class org.android.activityminer.persistence.DBAdapter
Update statement for the recording table ( version 8 )
updateActivityLabel(ActivityLabel) - Method in class org.android.activityminer.persistence.DBAdapter
Does update the activity table entry for an existing activity label.
updateActivityLabel(ActivityLabel) - Method in class org.android.activityminer.persistence.DBManager
Does update the activity label in the database.
updateAllRecordingStates(DBAdapter.RecordingStates) - Method in class org.android.activityminer.persistence.DBAdapter
Method to update the processing state for all existing recordings.
updateAvailableProviders() - Method in class org.android.activityminer.logic.devices.LocationDataSource
Does update the list of available providers.
updateButtonState() - Method in class org.android.activityminer.app.recognizer.RecognizerControlActivity
Update method for the button state.
updateButtonStates() - Method in class org.android.activityminer.app.ActivityMiner
Does update the button states.
updateButtonStates() - Method in class org.android.activityminer.app.manager.ManagerActivity
Does update the button states
updateCheckBox(View) - Method in class org.android.activityminer.app.activities.ActivityTreeListPreferenceAdapter
Does update the check box in the view
updateCheckBoxPreference(CheckBoxPreference, boolean) - Method in class org.android.activityminer.app.util.SharedPreferenceChangeAwarePreferenceActivity
Method to update the checked state of a check box preference, in case of external reset.
updateCoefficients(double) - Method in class org.android.activityminer.logic.filter.ButterworthLowPassFilter.BWFilter
Setter for the sampling period (the time delta in seconds between samples)
updateConfiguration(RuntimeConfiguration) - Method in class org.android.activityminer.logic.filter.AdaptiveLowPassFilter
 
updateConfiguration(RuntimeConfiguration) - Method in class org.android.activityminer.logic.filter.ButterworthLowPassFilter
 
updateConfiguration(RuntimeConfiguration) - Method in interface org.android.activityminer.logic.filter.LowPassFilter
Does update the filter settings by the given configuration.
updateConfiguration(RuntimeConfiguration) - Method in class org.android.activityminer.logic.filter.NullFilter
 
updateCurrentConfig(Configuration) - Method in class org.android.activityminer.logic.configuration.GlobalSharedPreferenceObserver
 
updateCutOffFrequency(double[]) - Method in class org.android.activityminer.logic.filter.AdaptiveLowPassFilter
Method to update the cutOffFrequency based in the estimated signal variation in time.
updateData() - Method in class org.android.activityminer.app.db.DBRecordingViewFragment
Method for data updates
updateFeatureCategory() - Method in class org.android.activityminer.app.evaluation.EvaluationPreferencesActivity
Does update the feature category
updateFeatureVectorCountInRecordingTable(SQLiteDatabase, Long, int) - Method in class org.android.activityminer.persistence.DBAdapter
Does update the feature vector count for a given recording identifier
updateFilterConfiguration(RuntimeConfiguration) - Method in class org.android.activityminer.logic.devices.AbstractAccelerometerDataSource
Method to update the accelerometer filter configuration ( Access is only allowed if the device is not activate ).
updateFilterSeries(FilterTypes) - Method in class org.android.activityminer.app.filter.FilterTestActivity
Method to recalculate the filter values for specific filter types and to update the related series in the graph views for the axis data.
updateFrequencies() - Method in class org.android.activityminer.app.ActivityMinerPreferencesActivity
Does update the selectable frequencies.
updateKNNInputFromMiningFields(NearestNeighborModel) - Static method in class org.android.activityminer.logic.classification.PMMLBuilder
Does update the knn inputs element in a given nearest neighbor model from the contained mining schema.
updateLinearAccelerations(SensorObservationCutout<T, Double>, long) - Method in class org.android.activityminer.logic.util.AbstractLinearAccelerationUpdateThread
Linear acceleration update in a cut-out.
updateLinearAccelerationsInDatabase(DBManager, Configuration) - Method in class org.android.activityminer.app.service.BackgroundService
Method to start an update of linear acceleration values in the raw data samples for the case that the own linear acceleration implementation is used.
updateMenuItemStates() - Method in class org.android.activityminer.app.evaluation.EvaluationActivity
Does update the menu item states.
updateMiningFieldsAndOutputFromDataDictionary(ModelElement, DataDictionary) - Static method in class org.android.activityminer.logic.classification.PMMLBuilder
Does update the mining fields and output entries in a model element from the given data dictionary
updateOptionMenu() - Method in class org.android.activityminer.app.recording.GenericRecordingActivityForSensorObservations
Method to update the option menu enabled state.
updatePreferenceValue(int, boolean) - Method in class org.android.activityminer.logic.configuration.GlobalSharedPreferenceObserver
Does reset a stored shared boolean preference value and notifies for limit violation.
updateProgress(String) - Method in class org.android.activityminer.logic.classification.ModelCreationHelper
Does publish the current progress with the given message.
updateProgress(String) - Method in class org.android.activityminer.logic.evaluation.EvaluationHelper
Does publish the current progress with the given message.
updateProgress(String) - Method in class org.android.activityminer.logic.features.selection.FeatureSelectionHelper
Does publish the current progress with the given message.
updateRecordingCountInActivityTable(SQLiteDatabase, long, int) - Method in class org.android.activityminer.persistence.DBAdapter
Does update the recording count for a given activity identifier
updateRecordingData(DBRecording) - Method in class org.android.activityminer.persistence.DBAdapter
Method to update the recording data.
updateRecordingData(DBRecording) - Method in class org.android.activityminer.persistence.DBManager
Method to update the recording data.
updateRecordingState(Long, DBAdapter.RecordingStates) - Method in class org.android.activityminer.persistence.DBAdapter
Method to update the processing state for an existing recoding.
updateSampleRate(long) - Method in class org.android.activityminer.persistence.DBAdapter
Method to update the sample rate
updateSampleRate(long) - Method in class org.android.activityminer.persistence.DBManager
Method to update the sample rate
updateSampleRatePreferenceScreen() - Method in class org.android.activityminer.app.ActivityMinerPreferencesActivity
Does update the summary of the sample rate preference screen with the current configuration.
updateSelectedClasses(Long[]) - Method in class org.android.activityminer.model.configuration.Configuration
Method to update the selected classes
updateSelectedClasses(long[]) - Method in class org.android.activityminer.model.configuration.Configuration
Method to update the selected classes
updateSelectedFeatures(boolean) - Method in class org.android.activityminer.logic.configuration.GlobalSharedPreferenceObserver
Method to update selected features according to the location feature usage flag
updateSelectedFeatures(FeatureTypes[]) - Method in class org.android.activityminer.logic.configuration.GlobalSharedPreferenceObserver
Method to update the selected features
updateSelectedFeatures(FeatureTypes[]) - Method in class org.android.activityminer.model.configuration.RuntimeConfiguration
Method to update the selected features
updateSelection() - Method in class org.android.activityminer.app.recording.GenericRecordingActivityForSensorObservations
Does update the selection state in the label list.
updateSeries(Double[], Long[], FilterTypes, int) - Method in class org.android.activityminer.app.filter.FilterAxisView
Method to update the data point series for specific filter type.
updateTextPreference(EditTextPreference, String) - Method in class org.android.activityminer.app.util.SharedPreferenceChangeAwarePreferenceActivity
Method to update the text of an edit text preference, in case of external reset.
updateValueRangeInfo(double[]) - Method in class org.android.activityminer.logic.classification.NormalizerForDataPoints
Method to update the stored range information by a new data point.
updateView() - Method in class org.android.activityminer.app.evaluation.EvaluationContextFragment
The view update method
updateView() - Method in class org.android.activityminer.app.evaluation.EvaluationResultFragment
The view update method
updateViewForNewSamples() - Method in class org.android.activityminer.app.filter.FilterTestActivity
Method to update the whole view for new sample data.
updateWindowSizePreferenceSummary() - Method in class org.android.activityminer.app.ActivityMinerPreferencesActivity
Does update the window size preference summary.
upgradeFromVersion11To12(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 11 to version 12
upgradeFromVersion12To13(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 12 to version 13
upgradeFromVersion14To15(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 14 to version 15
upgradeFromVersion16To17(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 16 to version 17
upgradeFromVersion3To4(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 3 to version 4
upgradeFromVersion5To6(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 5 to version 6
upgradeFromVersion6To7(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 6 to version 7
upgradeFromVersion7To8(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 7 to version 8
upgradeFromVersion9To10(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from version 9 to version 10
upgradeFromVersionBelow4(SQLiteDatabase) - Method in class org.android.activityminer.persistence.DBAdapter.DatabaseHelper
Upgrade from versions below 4
upHeapify(int) - Method in class ags.utils.dataStructures.trees.secondGenKD.KdTree.ResultHeap
 
uriMatcher - Variable in class org.android.activityminer.provider.PredictionsProvider
The internal URI matcher
URL_LOADER - Static variable in class org.android.activityminer.app.recognizer.RecognizerPredictionViewActivity
The URI loader identifier
usageType - Variable in class org.android.activityminer.pmml.model.miningschema.MiningField
The field FieldUsageType
useLocationData - Variable in class org.android.activityminer.model.configuration.RuntimeConfiguration
Flag if location data shall be recorded together with accelerometer data
useOwnLinAcc - Variable in class org.android.activityminer.model.configuration.RuntimeConfiguration
Flag if own linear acceleration implementation is used
uuid - Variable in class org.android.activityminer.app.util.BTTransferActivity
The unique uuid for secure communication.
uuid - Variable in class org.android.activityminer.model.configuration.RuntimeConfiguration
The unique installation identifier.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z