BookPrice.dmm
上传用户:abcs8778
上传日期:2022-08-03
资源大小:2093k
文件大小:6k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

SQL

  1. <MiningStructure xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0" dwd:design-time-name="6e1356c4-905e-4994-a9f2-f7258514257c" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
  2.   <ID>BookPrice</ID>
  3.   <Name>BookPrice</Name>
  4.   <CreatedTimestamp>0001-01-01T00:00:00Z</CreatedTimestamp>
  5.   <LastSchemaUpdate>0001-01-01T00:00:00Z</LastSchemaUpdate>
  6.   <Annotations>
  7.     <Annotation>
  8.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:CaseTableName</Name>
  9.       <Value>dbo_V_Book</Value>
  10.     </Annotation>
  11.     <Annotation>
  12.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:ShowFriendlyNames</Name>
  13.       <Value>true</Value>
  14.     </Annotation>
  15.     <Annotation>
  16.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:DiagramLayout</Name>
  17.     </Annotation>
  18.     <Annotation>
  19.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:ShowRelationshipNames</Name>
  20.       <Value>false</Value>
  21.     </Annotation>
  22.     <Annotation>
  23.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:UseDiagramDefaultLayout</Name>
  24.       <Value>true</Value>
  25.     </Annotation>
  26.     <Annotation>
  27.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:DiagramViewPortLeft</Name>
  28.       <Value>0</Value>
  29.     </Annotation>
  30.     <Annotation>
  31.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:DiagramViewPortTop</Name>
  32.       <Value>0</Value>
  33.     </Annotation>
  34.     <Annotation>
  35.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:DiagramBoundingLeft</Name>
  36.       <Value>0</Value>
  37.     </Annotation>
  38.     <Annotation>
  39.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:DiagramBoundingTop</Name>
  40.       <Value>0</Value>
  41.     </Annotation>
  42.     <Annotation>
  43.       <Name>http://schemas.microsoft.com/DataWarehouse/Designer/1.0:DiagramZoom</Name>
  44.       <Value>100</Value>
  45.     </Annotation>
  46.   </Annotations>
  47.   <LastProcessed>0001-01-01T00:00:00Z</LastProcessed>
  48.   <State>Unprocessed</State>
  49.   <Source xsi:type="DataSourceViewBinding" dwd:design-time-name="05e9f192-01e8-478a-8bc9-a6f67dcc92f1">
  50.     <DataSourceViewID>Book Sell</DataSourceViewID>
  51.   </Source>
  52.   <Columns>
  53.     <Column xsi:type="ScalarMiningStructureColumn" dwd:design-time-name="45c7ab1f-4825-4768-a83e-9708cf3e7b26">
  54.       <ID>ID</ID>
  55.       <Name>ID</Name>
  56.       <IsKey>true</IsKey>
  57.       <Type>Long</Type>
  58.       <Content>Key</Content>
  59.       <KeyColumns>
  60.         <KeyColumn dwd:design-time-name="964511cb-a320-40ab-9268-ae18e338c042">
  61.           <DataType>Integer</DataType>
  62.           <DataSize>-1</DataSize>
  63.           <Source xsi:type="ColumnBinding" dwd:design-time-name="d298a900-d775-4462-91da-e306f1e100fa">
  64.             <TableID>dbo_V_Book</TableID>
  65.             <ColumnID>ID</ColumnID>
  66.           </Source>
  67.         </KeyColumn>
  68.       </KeyColumns>
  69.     </Column>
  70.     <Column xsi:type="ScalarMiningStructureColumn" dwd:design-time-name="1385550a-fb47-4fa3-9785-ade157227d02">
  71.       <ID>Pages</ID>
  72.       <Name>Pages</Name>
  73.       <Type>Long</Type>
  74.       <Content>Continuous</Content>
  75.       <KeyColumns>
  76.         <KeyColumn dwd:design-time-name="498e6495-091d-43f7-bc7a-3731bdd69c46">
  77.           <DataType>SmallInt</DataType>
  78.           <DataSize>-1</DataSize>
  79.           <Source xsi:type="ColumnBinding" dwd:design-time-name="493f4168-824d-4c04-9dc6-18d74a6e04ac">
  80.             <TableID>dbo_V_Book</TableID>
  81.             <ColumnID>Pages</ColumnID>
  82.           </Source>
  83.         </KeyColumn>
  84.       </KeyColumns>
  85.     </Column>
  86.     <Column xsi:type="ScalarMiningStructureColumn" dwd:design-time-name="26f9215e-bd51-4c18-9af8-6ff527213369">
  87.       <ID>Price</ID>
  88.       <Name>Price</Name>
  89.       <Type>Double</Type>
  90.       <Content>Continuous</Content>
  91.       <KeyColumns>
  92.         <KeyColumn dwd:design-time-name="6082716b-0984-4916-9e34-11bbf71c858e">
  93.           <DataType>Double</DataType>
  94.           <DataSize>-1</DataSize>
  95.           <Source xsi:type="ColumnBinding" dwd:design-time-name="69e28480-92fe-4448-8298-563bc5c254bf">
  96.             <TableID>dbo_V_Book</TableID>
  97.             <ColumnID>Price</ColumnID>
  98.           </Source>
  99.         </KeyColumn>
  100.       </KeyColumns>
  101.     </Column>
  102.   </Columns>
  103.   <MiningModels>
  104.     <MiningModel dwd:design-time-name="5c1333cf-c06a-4b1d-8d6e-19aa10e1ecd6">
  105.       <ID>BookPrice</ID>
  106.       <Name>BookPrice</Name>
  107.       <CreatedTimestamp>0001-01-01T00:00:00Z</CreatedTimestamp>
  108.       <LastSchemaUpdate>0001-01-01T00:00:00Z</LastSchemaUpdate>
  109.       <LastProcessed>0001-01-01T00:00:00Z</LastProcessed>
  110.       <State>Unprocessed</State>
  111.       <Algorithm>Microsoft_Linear_Regression</Algorithm>
  112.       <Columns>
  113.         <Column dwd:design-time-name="a45a6b44-834b-4fdb-98da-5de47515a5d9">
  114.           <ID>ID</ID>
  115.           <Name>ID</Name>
  116.           <SourceColumnID>ID</SourceColumnID>
  117.           <Usage>Key</Usage>
  118.         </Column>
  119.         <Column dwd:design-time-name="6b38e5b9-2bc5-4573-8f66-2149419c7cd2">
  120.           <ID>Pages</ID>
  121.           <Name>Pages</Name>
  122.           <SourceColumnID>Pages</SourceColumnID>
  123.           <ModelingFlags>
  124.             <ModelingFlag>REGRESSOR</ModelingFlag>
  125.           </ModelingFlags>
  126.         </Column>
  127.         <Column dwd:design-time-name="1e7cf713-b589-409a-994d-4ff9744e0f64">
  128.           <ID>Price</ID>
  129.           <Name>Price</Name>
  130.           <SourceColumnID>Price</SourceColumnID>
  131.           <Usage>PredictOnly</Usage>
  132.           <ModelingFlags>
  133.             <ModelingFlag>REGRESSOR</ModelingFlag>
  134.           </ModelingFlags>
  135.         </Column>
  136.       </Columns>
  137.       <AllowDrillThrough>true</AllowDrillThrough>
  138.     </MiningModel>
  139.   </MiningModels>
  140. </MiningStructure>