From 08962ddbe6d2303c07c17dce01d2c05c6ae6ced1 Mon Sep 17 00:00:00 2001 From: Nellie Gustafsson Date: Mon, 30 Jan 2017 15:31:13 -0800 Subject: [PATCH] Update to Clustering.sql file by NEGUST --- .../Customer-Clustering/Customer Clustering.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/features/r-services/Getting-Started/Customer-Clustering/Customer Clustering.sql b/samples/features/r-services/Getting-Started/Customer-Clustering/Customer Clustering.sql index 7d0ee0aa..e262295c 100644 --- a/samples/features/r-services/Getting-Started/Customer-Clustering/Customer Clustering.sql +++ b/samples/features/r-services/Getting-Started/Customer-Clustering/Customer Clustering.sql @@ -10,7 +10,6 @@ AS */ BEGIN DECLARE @duration FLOAT - , @predict_duration FLOAT , @instance_name NVARCHAR(100) = @@SERVERNAME , @database_name NVARCHAR(128) = db_name() @@ -99,4 +98,4 @@ SELECT customer.[c_email_address], customer.c_customer_sk JOIN [dbo].[customer_return_clusters] as r ON r.customer = customer.c_customer_sk - WHERE r.cluster = 1 \ No newline at end of file + WHERE r.cluster = 3 \ No newline at end of file