Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit da05331

Browse files
authored
Merge branch 'live' into patch-1
2 parents d3663ab + f4e36d5 commit da05331

4,026 files changed

Lines changed: 20789 additions & 19879 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 440 additions & 5 deletions
Large diffs are not rendered by default.

docs/2014/2014-toc/glossary.md

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

docs/2014/analysis-services/add-model-to-structure-data-mining-add-ins-for-excel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ manager: craigg
3131

3232
**Tip**: If you are not sure which mining structure contains the data you need, use the **Document Model** wizard to view the columns and basic statistics about the data.
3333

34-
If you cant find a mining structure, check the connection that you are currently using. You might need to open a connection to a different server.
34+
If you can't find a mining structure, check the connection that you are currently using. You might need to open a connection to a different server.
3535

3636
3. In the **Select Mining Algorithm** dialog box, choose a mining algorithm to use in the new mining model.
3737

38-
Notice that the dialog box provides a lot more options than youll see in the wizards. You can create a model using any algorithm supported on your [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] server, provided your data is compatible.
38+
Notice that the dialog box provides a lot more options than you'll see in the wizards. You can create a model using any algorithm supported on your [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] server, provided your data is compatible.
3939

4040
4. We recommend that you also click the **Parameters** button to open the **Algorithm Parameters** dialog box and customize parameters on the algorithm. This option is the easiest way to create custom mining models.
4141

@@ -84,12 +84,12 @@ manager: craigg
8484
|Option|Comments|
8585
|------------|--------------|
8686
|**Select Structure or Model** dialog box|Choose en existing mining structure to use as the basis for building a new model. The structure you pick must be located on the current connection. If not, change connections using the [Connect to Source Data (Data Mining Client for Excel)](connect-to-source-data-data-mining-client-for-excel.md) tool.|
87-
|**Select Mining Algorithm** dialog Box|The list of data mining algorithms depends on which server you are connected to. [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] provides different algorithms in the Standard and Enterprise editions. Your administrator also might have added custom algorithms.<br /><br /> If you cant see any algorithms, verify that you are connected to an instance of [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)].|
87+
|**Select Mining Algorithm** dialog Box|The list of data mining algorithms depends on which server you are connected to. [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] provides different algorithms in the Standard and Enterprise editions. Your administrator also might have added custom algorithms.<br /><br /> If you can't see any algorithms, verify that you are connected to an instance of [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)].|
8888
|**Algorithm Parameters** Dialog Box|In these settings, you can customize each algorithm using parameters specific to the analytical method. You can also set a seed to ensure that the results of the model can be reproduced across multiple training passes.<br /><br /> For more information, see [Algorithm Parameters &#40;SQL Server Data Mining Add-ins&#41;](algorithm-parameters-sql-server-data-mining-add-ins.md).|
8989
|**Set Column Model Flags** Dialog Box|Modeling flags can improve your model by specifying how missing data is to be handled. For more information, see [Modeling Flags &#40;Data Mining&#41;](data-mining/modeling-flags-data-mining.md).|
9090

9191
### <a name="Bkmk_mdlcolumn"></a> Setting Column Usage
92-
When you add a new model to an existing mining structure, you must specify how the model will use each of the columns of data in the mining structure. Youll probably observe that the options in this wizard are far more detailed than the options on the mining structure. Why?
92+
When you add a new model to an existing mining structure, you must specify how the model will use each of the columns of data in the mining structure. You'll probably observe that the options in this wizard are far more detailed than the options on the mining structure. Why?
9393

9494
The reason is that when you create a model and a structure together using a wizard, many of the options that control how data is used by the algorithm are set automatically. However, when you add a new model to an existing, you need to see these options manually, and specify whether data should be used for analysis, whether the data type is correct, and so forth.
9595

@@ -103,7 +103,7 @@ manager: craigg
103103

104104
Clustering models can be built with no predictable value, but other models generally require that you specify a single column for prediction.
105105

106-
- The composition of the data is incompatible with the algorithm youve chosen.
106+
- The composition of the data is incompatible with the algorithm you've chosen.
107107

108108
Some types of analysis require data that is carefully structured according to unique rules. Examples are forecasting models and association models. You can easily add new models of the same type, perhaps with customizations, but the data might not work with other algorithms.
109109

docs/2014/analysis-services/algorithm-parameters-sql-server-data-mining-add-ins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ manager: craigg
8686
|MAXIMUM_OUTPUT_ATTRIBUTES|Microsoft Decision Trees Algorithm<br /><br /> Microsoft Linear Regression Algorithm<br /><br /> Microsoft Logistic Regression Algorithm<br /><br /> Microsoft Naïve Bayes Algorithm<br /><br /> Microsoft Neural Network Algorithm|Defines the number of output attributes that the algorithm can handle before it invokes feature selection. Set this value to 0 to turn off feature selection.<br /><br /> The default is 255.|
8787
|MAXIMUM_SEQUENCE_STATES|Microsoft Sequence Clustering Algorithm|Specifies the maximum number of states that a sequence can have. Setting this value to a number greater than 100 may cause the algorithm to create a model that does not provide meaningful information.<br /><br /> The default is 64.|
8888
|MAXIMUM_SERIES_VALUE|Microsoft Time Series Algorithm|Specifies the maximum value to use for predictions. This parameter is used, together with MINIMUM_SERIES_VALUE, to constrain the predictions to some expected range. For example, you can specify that the predicted sales quantity for any day should never exceed the number of products in inventory.|
89-
|MAXIMUM_STATES|Microsoft Clustering Algorithm<br /><br /> Microsoft Neural Network Algorithm<br /><br /> Microsoft Sequence Clustering Algorithm|Specifies the maximum number of attribute states that the algorithm supports. If the number of states that an attribute has is larger than the maximum number of states, the algorithm uses the attributes most popular states and ignores the remaining states.<br /><br /> The default is 100.|
89+
|MAXIMUM_STATES|Microsoft Clustering Algorithm<br /><br /> Microsoft Neural Network Algorithm<br /><br /> Microsoft Sequence Clustering Algorithm|Specifies the maximum number of attribute states that the algorithm supports. If the number of states that an attribute has is larger than the maximum number of states, the algorithm uses the attribute's most popular states and ignores the remaining states.<br /><br /> The default is 100.|
9090
|MAXIMUM_SUPPORT|Microsoft Association Algorithm|Specifies the maximum number of cases in which an itemset can have support. If this value is less than 1, the value represents a percentage of the total cases. If this value is greater than 1, the value represents the absolute number of cases that can contain the itemset.<br /><br /> The default is 1.|
9191
|MINIMUM_IMPORTANCE|Microsoft Association Algorithm|Specifies the importance threshold for association rules. Rules with importance less than this value are filtered out.|
9292
|MINIMUM_ITEMSET_SIZE|Microsoft Association Algorithm|Specifies the minimum number of items that are allowed in an itemset.<br /><br /> The default is 1.|

docs/2014/analysis-services/analysis-services-powershell.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ For more information about syntax and examples, see [Analysis Services PowerShel
5555
|Multidimensional instances and databases|Supported for local and remote administration.<br /><br /> Merge-partition requires a local connection.|
5656
|Tabular instances and databases|Supported for local and remote administration.<br /><br /> For more information, see an August 2011 blog about [Manage Tabular Models Using PowerShell](http://go.microsoft.com/fwlink/?linkID=227685).|
5757
|PowerPivot for SharePoint instances and databases|Limited support. You can use HTTP connections and the SQLAS provider to view instance and database information.<br /><br /> However, using the cmdlets is not supported. You must not use Analysis Services PowerShell to backup and restore in-memory PowerPivot database, nor should you add or remove roles, process data, or run arbitrary XMLA script.<br /><br /> For configuration purposes, PowerPivot for SharePoint has built-in PowerShell support that is provided separately. For more information, see [PowerShell Reference for PowerPivot for SharePoint](/sql/analysis-services/powershell/powershell-reference-for-power-pivot-for-sharepoint).|
58-
|Native connections to local cubes<br /><br /> Data Source=c:\backup\test.cub|Not supported.|
59-
|HTTP connections to BI semantic model (.bism) connection files in SharePoint<br /><br /> Data Source=http://server/shared_docs/name.bism|Not supported.|
60-
|Embedded connections to PowerPivot databases<br /><br /> Data Source=$Embedded$|Not supported.|
61-
|Local server context in Analysis Services stored procedures<br /><br /> Data Source=*|Not supported.|
58+
|Native connections to local cubes<br /><br /> "Data Source=c:\backup\test.cub"|Not supported.|
59+
|HTTP connections to BI semantic model (.bism) connection files in SharePoint<br /><br /> "Data Source=http://server/shared_docs/name.bism"|Not supported.|
60+
|Embedded connections to PowerPivot databases<br /><br /> "Data Source=$Embedded$"|Not supported.|
61+
|Local server context in Analysis Services stored procedures<br /><br /> "Data Source=*"|Not supported.|
6262

6363
## <a name="bkmk_auth"></a> Authentication Requirements and Security Considerations
6464
When connecting to Analysis Services, you must make the connection using a Windows user identity. For the most part, a connection is made using Windows integrated security, where the identity of the current user sets the security context under which server operations are performed. However, additional authentication methods become available when you configure HTTP access to Analysis Services. This section explains how the type of connection determines which authentication options you can use.
@@ -81,7 +81,7 @@ For more information about syntax and examples, see [Analysis Services PowerShel
8181

8282
```
8383
PS SQLSERVER:\SQLAS\HTTP_DS> $cred = Get-credential adventureworks\dbadmin
84-
PS SQLSERVER:\SQLAS\HTTP_DS> Invoke-ASCmd –Inputfile:c:\discoverconnections.xmla –Credential:$cred
84+
PS SQLSERVER:\SQLAS\HTTP_DS> Invoke-ASCmd –Inputfile:"c:\discoverconnections.xmla" –Credential:$cred
8585
```
8686

8787
When using Basic authentication, you should always use HTTPS with SSL so that username and passwords are sent over an encrypted connection. For more information, see [Configure Secure Sockets Layer in IIS 7.0](http://go.microsoft.com/fwlink/?linkID=184299) and [Configure Basic Authentication (IIS 7)](http://go.microsoft.com/fwlink/?LinkId=230776).
@@ -129,19 +129,19 @@ PS SQLSERVER:\SQLAS\Localhost\default> Remove-Variable -Name pwd
129129
- Run the Import-module cmdlet to load SQLPS that includes all of the Analysis Services PowerShell functionality. If you cannot import the module, you can temporarily change the execution policy to unrestricted for the purpose of the loading the module. For more information, see [Import the SQLPS Module](../../2014/database-engine/import-the-sqlps-module.md).
130130

131131
```
132-
Import-module sqlps
132+
Import-module "sqlps"
133133
```
134134
135-
Alternatively, use `import-module sqlps –disablenamechecking` to suppress the warning about unapproved verb names.
135+
Alternatively, use `import-module "sqlps" –disablenamechecking` to suppress the warning about unapproved verb names.
136136
137137
- To load just the task-specific Analysis Services cmdlets, without the Analysis Services provider or the Invoke-ASCmd cmdlet, you can load the SQLASCmdlets module as an independent operation.
138138
139139
```
140-
Import-module sqlascmdlets
140+
Import-module "sqlascmdlets"
141141
```
142142
143143
### <a name="bkmk_remote"></a> Enable Remote Administration
144-
Before you can use Analysis Services PowerShell with a remote Analysis Services instance, you must first enable remote administration and file sharing. The following error indicates a firewall configuration issue: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA).
144+
Before you can use Analysis Services PowerShell with a remote Analysis Services instance, you must first enable remote administration and file sharing. The following error indicates a firewall configuration issue: "The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)".
145145
146146
1. Verify that both local and remote computers have the [!INCLUDE[ssASCurrent](../includes/ssascurrent-md.md)] versions of the client and server tools.
147147
@@ -202,7 +202,7 @@ PS SQLSERVER\sqlas\localhost\default:> dir
202202
203203
```
204204
PS SQLSERVER\sqlas:> cd http_ds
205-
PS SQLSERVER\sqlas\http_ds:> $Url=Encode-SqlName http://localhost/olap/msmdpump.dll
205+
PS SQLSERVER\sqlas\http_ds:> $Url=Encode-SqlName "http://localhost/olap/msmdpump.dll"
206206
PS SQLSERVER\sqlas\http_ds:> cd $Url
207207
PS SQLSERVER\sqlas\http_ds\http%3A%2F%2Flocalhost%2olap%2msmdpump%2Edll:> dir
208208
```

docs/2014/analysis-services/analyze-key-influencers-table-analysis-tools-for-excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ manager: craigg
7272
**Favors**
7373
In the second report, the target values that you compare are listed in two columns, with the related factors listed in order of descending confidence.
7474

75-
- The **blue** bar shows attributes contributing to the outcome, "No (=did not purchase).
75+
- The **blue** bar shows attributes contributing to the outcome, "No" (=did not purchase).
7676

7777
- The **red** bar shows attributes contributing to the outcome, "Yes" (=purchased a bike).
7878

docs/2014/analysis-services/associate-wizard-data-mining-client-for-excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ manager: craigg
7474

7575
Drillthrough is useful, for example, if you want to click on a particular itemset and see the source data.
7676

77-
- **Use temporary model**. Select this option if you dont want the model saved on the server. Temporary models are deleted when you close Excel.
77+
- **Use temporary model**. Select this option if you don't want the model saved on the server. Temporary models are deleted when you close Excel.
7878

7979
9. The wizard analyzes all possible combinations and creates a report that contains the itemsets and rules.
8080

0 commit comments

Comments
 (0)