D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/www/html/../html/cvprlab/code/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/www/html/../html/cvprlab/code/index.xml
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Codes | CVPR Lab</title>
    <link>/code/</link>
      <atom:link href="/code/index.xml" rel="self" type="application/rss+xml" />
    <description>Codes</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language>
    <image>
      <url>/img/logo.png</url>
      <title>Codes</title>
      <link>/code/</link>
    </image>
    
    <item>
      <title>Moving Object Detection Sequences</title>
      <link>/code/modse/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/code/modse/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Sequence MSA&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sequence MSA is a home-made indoor sequence manually labeled, consisting of 528 frames of 320*240 spatial resolution, acquired at a frequency of 30 fps. The scene consists of a university hall, where a man comes in, leaves a bag on the floor, and then comes out. It represents an example of easy sequence, in that lighting conditions are quite stable and moving objects are well contrasted with the background (there is no camouflage); however, strong shadows cast by moving objects can be observed in the entire sequence.&lt;/p&gt;
&lt;p&gt;Some snapshots:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src=&#34;/img/download.gif&#34; alt=&#34;download&#34;&gt;&lt;/td&gt;
&lt;td&gt;Download the sequence &lt;a href=&#34;/rar/MSA.rar&#34;&gt;here&lt;/a&gt; (27.2MB rar file containing 528 PPM images).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src=&#34;/img/download.gif&#34; alt=&#34;download&#34;&gt;&lt;/td&gt;
&lt;td&gt;Download the Ground Truth &lt;a href=&#34;/txt/GroundTruth.txt&#34;&gt;here&lt;/a&gt; (txt file containing, for each sequence frame, number of moving objects and their bounding box coordinates).&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;\&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Please cite:&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;L. Maddalena, A. Petrosino, &lt;a href=&#34;https://link.springer.com/chapter/10.1007%2F978-3-540-87536-9_67&#34;&gt;A Self-Organizing Approach to Background Subtraction for Visual Surveillance Applications&lt;/a&gt;, &lt;strong&gt;IEEE Transactions on Image Processing&lt;/strong&gt;, vol. 17, no. 7, 1168-1177, 2008.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;!-- raw HTML omitted --&gt;
</description>
    </item>
    
    <item>
      <title>Moving Object Detection Software</title>
      <link>/code/mods/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/code/mods/</guid>
      <description>&lt;p&gt;Implementation of SOBS algorithm as described in:&lt;/p&gt;
&lt;p&gt;L. Maddalena, A. Petrosino, &lt;a href=&#34;https://ieeexplore.ieee.org/document/4527178/&#34;&gt;A Self-Organizing Approach to Background Subtraction for Visual Surveillance Applications&lt;/a&gt;, &lt;strong&gt;IEEE Transactions on Image Processing&lt;/strong&gt;, DOI: 10.1109/TIP.2008.924285, Vol. 17, no. 7, pagg. 1168-1177, July 2008&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Usage&lt;/strong&gt;:&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;where&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;SeqName&amp;gt;&lt;/code&gt;: sequence name (complete path), not including frame numbers. Image sequences consist of binary PPM image frames with consecutive numbers, named in the following form&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;The number of digits for &lt;!-- raw HTML omitted --&gt; must be the same for all sequence frames (e.g. a sequence with 120 frames must be numbered from 1001 to 1120, and not from 1 to 120)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;#FirstFrame&amp;gt;, &amp;lt;#LastFrame&amp;gt;&lt;/code&gt;: number of first and last sequence frame to be considered.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[parameters]: optional, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;-n #: (square root of) number of weight vectors for each pixel. Default 3&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-K #: Number of initial frames for calibration. Default 200&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-e1 #: Distance threshold e1 for calibration phase (eqn. (2)). Default 0.1&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-e2 #: Distance threshold e2 for online phase (eqn. (2)). Default 0.03&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-c1 #: Learning rate c1 for calibration phase (eqn. (4)). Default 1.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-c2 #: Learning rate c2 for online phase (eqn. (4)). Default 0.05&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-g #: Value for g in eqn. (5). Default 0.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-b #: Value for b in eqn. (5). Default 1.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-tS #: Value for tS in eqn. (5). Default 0.1&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-tH #: Value for tH in eqn. (5). Default 10.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-s: To apply shadow removal. Default: no shadow removal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-m: To save background model images. Default: do not save&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-l: To save just last detection mask. Default: save all&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!--[if !supportEmptyParas]--&amp;gt; &amp;lt;!--[endif]--&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Example of use:&lt;/strong&gt;&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;where sequence WavingTrees, coming from sequences adopted in K. Toyama, J. Krumm, B. Brumitt, and B. Meyers, “Wallflower: principles and practice of background maintenance,” in Proc. 7th IEEE Conf. Computer Vision, 1999, vol. 1, pp. 255–261, has been saved in binary PPM image files named:&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;and stored in directory c:/Sequences/WavingTrees.
&lt;br&gt;
\&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src=&#34;/img/download.gif&#34; alt=&#34;download&#34;&gt;&lt;/td&gt;
&lt;td&gt;Download the SOBS software &lt;a href=&#34;/rar/SOBS.rar&#34;&gt;here&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;!-- raw HTML omitted --&gt;
</description>
    </item>
    
    <item>
      <title>Moving Object Detection Software: SC-SOBS</title>
      <link>/code/sc-sobs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/code/sc-sobs/</guid>
      <description>&lt;p&gt;This page has been created in order to distribute a prototype software implementing the Spatially Coherent Self-Organizing Background Subtraction (SC-SOBS) algorithm presented in&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;L. Maddalena, A. Petrosino, The SOBS Algorithm: What Are the Limits?, IEEE Workshop on Change Detection, at CVPR 2012&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you use the software, please cite the above mentioned paper.&lt;/p&gt;
&lt;p&gt;Click &lt;a href=&#34;/zip/SC-SOBSforCVPR2012.zip&#34;&gt;here&lt;/a&gt; to download the Windows executable (WinZip compressed) together with the needed OpenCV .dll&#39;s.
Basic usage for Change Detection Competition: Unzip the SC-SOBS.exe and the .dll&#39;s into the directory holding the &amp;ldquo;dataset&amp;rdquo; directory containing the Change Detection Challenge sequences [1]. To obtain all masks for the &amp;ldquo;baseline/highway&amp;rdquo; sequence, just type:&lt;/p&gt;
&lt;p&gt;SC-SOBS dataset/baseline/highway/input/in&lt;/p&gt;
&lt;p&gt;Click here to download the masks computed by SC-SOBS for the whole dataset.
Usage with generic image sequences:&lt;/p&gt;
&lt;p&gt;SC-SOBS &lt;code&gt;&amp;lt;SeqName&amp;gt; &amp;lt;#FirstFrame&amp;gt; &amp;lt;#LastFrame&amp;gt; [Parameters]&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;where&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;SeqName&amp;gt;&lt;/code&gt;: sequence name (complete path), not including frame numbers. Image sequences consist of  binary .jpg image frames with consecutive 6 digit numbers, named in the following form &lt;code&gt;&amp;lt;SeqName&amp;gt;&amp;lt;number&amp;gt;.jpg&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;#FirstFrame&amp;gt;&lt;/code&gt;: number of first sequence frame to be considered. Default: 1&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;#LastFrame&amp;gt;&lt;/code&gt;: number of last sequence frame to be considered. Default: toIdx (toIdx read from file ‘temporalROI.txt’ as in [1])&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;[parameters]&lt;/code&gt;:  optional, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;-n #:   (square root of) number of weight vectors for each pixel. Default: 3&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-K #: Number of initial frames for training. Default: fromIdx-1 (fromIdx read from file ‘temporalROI.txt’ as in [1])&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-e1 #: Distance threshold e1 for training phase (Eq. (12)). Default: 1.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-e2 #: Distance threshold e2 for testing phase (Eq. (2)). Default: 0.008&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-c1 #: Learning rate c1 for training phase (Eq. (14)). Default: 1.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-c2 #: Learning rate c2 for testing phase (Eq. (14)). Default: 0.05&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-Cw #: Size of the neighbourhood for Spatial Coherence  (Eq. (10)). Default: 5&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-s #:  To apply shadow removal (as in [2]). Default: 1 (apply)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-g #:   Shadow detection value for g in eqn. (5) in [2]. Default: 0.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-b #:   Shadow detection value for b in eqn. (5) in [2]. Default: 1.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-tS #: Shadow detection value for tS in eqn. (5) in [2]. Default: 0.1&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-tH #: Shadow detection value for tH in eqn. (5) in [2]. Default: 10.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-ROI #: To use ROI.bmp mask as in [1]. Default: 1 (do use)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-Med #: Size of the neighbourhood for Median Filtering Post-Processing. Default: 0 (no Post-Processing)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-m #: To save background model images. Default: 0 (do not save; only models for frames K-1 and #LastFrame are saved)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-l #:   To save only last detection mask. Default 0 (save all in the temporal ROI)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Examples of use with generic image sequences:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;SC-SOBS&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Provides the above information on usage.&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;SC-SOBS c:/Sequences/WavingTrees/WavingTrees 1000 1247 -K 200 -e1 0.1 -e2 0.03 -c1 1.0 -c2 0.05 –l 1 –ROI 0&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;where sequence WavingTrees, coming from sequences adopted in K. Toyama, J. Krumm, B. Brumitt, and B. Meyers, “Wallflower: principles and practice of background maintenance,” in Proc. 7th IEEE Conf. Computer Vision, 1999, vol. 1, pp. 255–261, has been saved in binary .jpg image files named:&lt;br&gt;
WavingTrees001000.jpg, …, WavingTrees001247.jpg&lt;/p&gt;
&lt;p&gt;and stored in directory c:/Sequences/WavingTrees.
This gives the moving object detection mask for last frame (named bin001247.png) as well the background model (named Model001199.ppm) achieved by training on the first 200 frames and the updated background model (named Model001247.ppm) for the last frame.&lt;br&gt;
3) SC-SOBS c:/Sequences/WavingTrees/WavingTrees 1000 1247 -K 200 -e1 0.1 -e2 0.03 -c1 1.0 -c2 0.05 –l 1 –ROI 0 –Med 3&lt;/p&gt;
&lt;p&gt;same as before, but applying median filtering post-processing in a 3x3 neighbourhood to masks (through OpenCV function cvSmooth).&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
</description>
    </item>
    
    <item>
      <title>ROSE (Rough Outlier Set Extraction)</title>
      <link>/code/rose/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/code/rose/</guid>
      <description>&lt;p&gt;ROSE  is a machine learning algorithm that implements outlier detection of an unlabeled spatiotemporal dataset using a rough set approach. It also provides a representative subset of the original data, describing the same structure, with which it is possible to detect the same outliers, named kernel set.&lt;/p&gt;
&lt;p&gt;The paper that reports all the details and should be cited when the code is used is&lt;/p&gt;
&lt;p&gt;Albanese A, Sankar K P, Petrosino A.,  &lt;a href=&#34;https://ieeexplore.ieee.org/document/6365186/?arnumber=6365186&#34;&gt;IEEE Transactions on Knowledge and Data Engineering&lt;/a&gt;, Vol. 26, no. 1, pp. 194-207, 2014, DOI: 10.1109/TKDE.2012.234.&lt;/p&gt;
&lt;p&gt;ROSE is written in Java and can be downloaded &lt;a href=&#34;/tar/ROSEv3.0.tar.gz&#34;&gt;here&lt;/a&gt;. It is platform independent and bundled as jar package. Java Runtime Environment (JRE) is needed to run this software.&lt;/p&gt;
&lt;h3 id=&#34;rose-package-content&#34;&gt;ROSE package content:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;ROSE.jar (java executable file)&lt;/li&gt;
&lt;li&gt;README.md&lt;/li&gt;
&lt;li&gt;LICENSE&lt;/li&gt;
&lt;li&gt;sample_dataset.txt&lt;/li&gt;
&lt;li&gt;Original paper 2014_Albanese_Sankar_Petrosino.pdf&lt;/li&gt;
&lt;li&gt;Supplementary material folder ttk2014010194&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;ROSE can be executed from a Unix-like shell, a Terminal for Mac-OS or Windows CMD as follows:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;java -jar ROSE.jar &amp;lt;path input dataset&amp;gt; &amp;lt;number of outliers&amp;gt; &amp;lt;number of neighbors&amp;gt; &amp;lt;number of elements once&amp;gt; &amp;lt;alpha&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This is an example using the bundled sample dataset (assuming you are in the ROSE root folder):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;java -jar ROSE.jar sample_dataset.txt 16 16 18 1&lt;/code&gt;&lt;/p&gt;
&lt;h3 id=&#34;input-parameters&#34;&gt;Input parameters&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;path input dataset - Input dataset filename (complete absolute path). This has to be a text file where each row contains numerical values, ranging in [0, 1] (normalized). Each numeric value must be space separated (two or three space characters are allowed). These values are the coordinates of the instances to be processed.&lt;br&gt;
Each row specifies:
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;required configuration:&lt;/strong&gt; &lt;em&gt;(x,y,t)&lt;/em&gt; triplets where &lt;em&gt;(x,y)&lt;/em&gt; is a spatial coordinate and (t) is a timestamp.&lt;br&gt;
Example:&lt;br&gt;
0.84506904 0.10248589 0.15307587&lt;br&gt;
0.84543708 0.10339779 0.15308264&lt;br&gt;
0.84524589 0.10418321 0.15308941&lt;br&gt;
0.84540431 0.10549813 0.15309618&lt;br&gt;
0.84588570 0.10667086 0.15310294\&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;optional configuration&lt;/strong&gt;: 13 values are allowed at most, (x,y,t) + (f1,&amp;hellip;,f10) where the first 3 values are inherited from required configuration and &lt;em&gt;(f1,&amp;hellip;,f10)&lt;/em&gt; is a list of other features.&lt;br&gt;
Example:&lt;br&gt;
0.84506904 0.10248589 0.15307587 0.84588570 0.10667086 0.15310294&lt;br&gt;
0.84543708 0.10339779 0.15308264 0.84524589 0.10418321 0.15308941&lt;br&gt;
0.84540431 0.10549813 0.15309618 0.84588570 0.10667086 0.15310294\&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;standard configuration&lt;/strong&gt;: not all 13 values need to be specified and just some features are specified (the sample dataset only contains &lt;em&gt;(x,y,t)&lt;/em&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;number of outliers&lt;/strong&gt; - the number of outliers to be extracted from the data set.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;number of neighbors&lt;/strong&gt; - the number of neighbors to be considered.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;number of elements once&lt;/strong&gt; - it is the number of items that are extracted from the input data set at each iteration (and then compared with the rest of the file). This must be greater than the number of outliers. number of elements once &amp;gt; number of outliers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;alpha&lt;/strong&gt; - is a multiplier value of the linear combination of the weights, ranging between [0,1] (for spatial weight) and 1 - alpha (for temporal weight).
Special cases: alpha = 1 only spatial components are considered. alpha = 0 only temporal component is considered.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;output-data&#34;&gt;Output data&lt;/h3&gt;
&lt;p&gt;Each execution of the ROSE software will produce an output folder named as the dataset input file name. Each execution on the same input dataset will overwrite the existing output folder.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;TopOutlier&lt;/strong&gt;-&lt;em&gt;&lt;strong&gt;numoutlier-alpha-weight-milliseconds.txt&lt;/strong&gt;&lt;/em&gt; - (&lt;em&gt;milliseconds&lt;/em&gt; value in the filename is used to maintain processing history, TopOutlier-&lt;em&gt;inputfilename-numoutliers-alpha-weight.txt&lt;/em&gt; is the most recent iteration). These files contain TopOutliers search results at each iteration. The last two files contain the Lower and Upper approximation of the outlier set respectively.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WeightedData&lt;/strong&gt;-&lt;em&gt;&lt;strong&gt;inputfilename-numoutliers-weight.txt&lt;/strong&gt;&lt;/em&gt; - contains the starting points set with weights for each point.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SolvingSet&lt;/strong&gt;-&lt;em&gt;&lt;strong&gt;milliseconds.txt&lt;/strong&gt;&lt;/em&gt; - contains the kernel set (milliseconds value in the filename is used to maintain processing history, SolvingSet.txt is the most recent iteration).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NegativeRegion.txt&lt;/strong&gt; - contains discarded instances.
&lt;br&gt;
\&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;hr&gt;
</description>
    </item>
    
  </channel>
</rss>

AnonSec - 2021 | Recode By D7net