data-miner-executor/src/test/resources/org/gcube/portlets/user/dataminerexecutor/TestDataMinerServiceXMEANS.xml

71 lines
2.7 KiB
XML
Executable File

<Execute service="WPS" version="1.0.0"
xmlns="http://www.opengis.net/wps/1.0.0" xmlns:ns="http://www.opengis.net/ows/1.1"
xmlns:xlin="http://www.w3.org/1999/xlink">
<ns:Identifier>org.gcube.dataanalysis.wps.statisticalmanager.synchserver.mappedclasses.clusterers.XMEANS
</ns:Identifier>
<DataInputs>
<Input>
<ns:Identifier>OccurrencePointsTable</ns:Identifier>
<Data>
<ComplexData mimeType="text/csv">csquarecode,depthmin,depthmax,depthmean,depthsd,sstanmean,sstansd,sstmnmax,sstmnmin,sstmnrange,sbtanmean,salinitymean,salinitysd,salinitymax,salinitymin,salinitybmean,primprodmean,iceconann,iceconspr,iceconsum,iceconfal,iceconwin,faoaream,eezall,lme,landdist,oceanarea,centerlat,centerlong
"1010:132:3","0","0","0",,,,,,,,,,,,,"0",,,,,,"-1",,"0","0","0","3.75","102.25"
"1011:246:4","0","0","0",,,,,,,,,,,,,"0",,,,,,"-1",,"0","0","0","4.75","116.75"
"1010:132:4","0","0","0",,,,,,,,,,,,,"0",,,,,,"-1",,"0","0","0","3.75","102.75"
"1011:123:2","0","0","0",,,,,,,,,,,,,"0",,,,,,"-1",,"0","0","0","2.25","113.75"
"1011:123:3","0","0","0",,,,,,,,,,,,,"0",,,,,,"-1",,"0","0","0","2.75","113.25"
"1011:123:4","0","0","0",,,,,,,,,,,,,"0",,,,,,"-1",,"0","0","0","2.75","113.75"
"1011:124:1","0","0","0",,,,,,,,,,,,,"0",,,,,,"-1",,"0","0","0","2.25","114.25"</ComplexData>
</Data>
</Input>
<Input>
<ns:Identifier>FeaturesColumnNames</ns:Identifier>
<Data>
<LiteralData dataType="xs:string">depthmean|sstmnmax|salinitymean</LiteralData>
</Data>
</Input>
<Input>
<ns:Identifier>OccurrencePointsClusterLabel</ns:Identifier>
<Data>
<LiteralData dataType="xs:string">OccClusterTest</LiteralData>
</Data>
</Input>
<Input>
<ns:Identifier>maxIterations</ns:Identifier>
<Data>
<LiteralData dataType="xs:int">100</LiteralData>
</Data>
</Input>
<Input>
<ns:Identifier>minClusters</ns:Identifier>
<Data>
<LiteralData dataType="xs:int">1</LiteralData>
</Data>
</Input>
<Input>
<ns:Identifier>maxClusters</ns:Identifier>
<Data>
<LiteralData dataType="xs:int">3</LiteralData>
</Data>
</Input>
<Input>
<ns:Identifier>min_points</ns:Identifier>
<Data>
<LiteralData dataType="xs:int">1</LiteralData>
</Data>
</Input>
</DataInputs>
<ResponseForm>
<ResponseDocument>
<Output>
<ows:Identifier xmlns:wps="http://www.opengis.net/wps/1.0.0"
xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">OutputTable
</ows:Identifier>
</Output>
<Output>
<ows:Identifier xmlns:wps="http://www.opengis.net/wps/1.0.0"
xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">non_deterministic_output
</ows:Identifier>
</Output>
</ResponseDocument>
</ResponseForm>
</Execute>