Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TSMatch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIoT_external
TSMatch
Commits
198dc2e8
Commit
198dc2e8
authored
3 years ago
by
Erkan Karabulut
Browse files
Options
Downloads
Patches
Plain Diff
add occupancy check to matching function
parent
792b3f64
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tsmatch_client/android/app/build.gradle
+1
-1
1 addition, 1 deletion
tsmatch_client/android/app/build.gradle
tsmatch_engine/src/service/MatchingFunctions.ts
+2
-1
2 additions, 1 deletion
tsmatch_engine/src/service/MatchingFunctions.ts
with
3 additions
and
2 deletions
tsmatch_client/android/app/build.gradle
+
1
−
1
View file @
198dc2e8
...
...
@@ -132,7 +132,7 @@ android {
applicationId
"com.tsmatchapp"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
5
versionCode
6
versionName
"1.2"
multiDexEnabled
true
}
...
...
This diff is collapsed.
Click to expand it.
tsmatch_engine/src/service/MatchingFunctions.ts
+
2
−
1
View file @
198dc2e8
...
...
@@ -40,7 +40,8 @@ export function findMeasurementType(serviceDescription, dbContext: DbContext) {
"
Pressure
"
,
"
CO2 concentration
"
,
"
Volume
"
,
"
Particulate
"
"
Particulate
"
,
"
Occupancy
"
]
tfidf
.
addDocument
(
serviceDescription
.
FeatureOfInterest
.
toString
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment