<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article">
 <front>
  <journal-meta>
   <journal-id journal-id-type="publisher-id">
    jcc
   </journal-id>
   <journal-title-group>
    <journal-title>
     Journal of Computer and Communications
    </journal-title>
   </journal-title-group>
   <issn pub-type="epub">
    2327-5219
   </issn>
   <issn publication-format="print">
    2327-5227
   </issn>
   <publisher>
    <publisher-name>
     Scientific Research Publishing
    </publisher-name>
   </publisher>
  </journal-meta>
  <article-meta>
   <article-id pub-id-type="doi">
    10.4236/jcc.2024.124014
   </article-id>
   <article-id pub-id-type="publisher-id">
    jcc-132713
   </article-id>
   <article-categories>
    <subj-group subj-group-type="heading">
     <subject>
      Articles
     </subject>
    </subj-group>
    <subj-group subj-group-type="Discipline-v2">
     <subject>
      Computer Science 
     </subject>
     <subject>
       Communications
     </subject>
    </subj-group>
   </article-categories>
   <title-group>
    Least Squares One-Class Support Tensor Machine
   </title-group>
   <contrib-group>
    <contrib contrib-type="author" xlink:type="simple">
     <name name-style="western">
      <surname>
       Kaiwen
      </surname>
      <given-names>
       Zhao
      </given-names>
     </name>
    </contrib>
    <contrib contrib-type="author" xlink:type="simple">
     <name name-style="western">
      <surname>
       Yali
      </surname>
      <given-names>
       Fan
      </given-names>
     </name>
    </contrib>
   </contrib-group> 
   <aff id="affnull">
    <addr-line>
     aCollege of Science, University of Shanghai for Science and Technology, Shanghai, China
    </addr-line> 
   </aff> 
   <pub-date pub-type="epub">
    <day>
     01
    </day> 
    <month>
     04
    </month>
    <year>
     2024
    </year>
   </pub-date> 
   <volume>
    12
   </volume> 
   <issue>
    04
   </issue>
   <fpage>
    186
   </fpage>
   <lpage>
    200
   </lpage>
   <history>
    <date date-type="received">
     <day>
      12,
     </day>
     <month>
      March
     </month>
     <year>
      2024
     </year>
    </date>
    <date date-type="published">
     <day>
      23,
     </day>
     <month>
      March
     </month>
     <year>
      2024
     </year> 
    </date> 
    <date date-type="accepted">
     <day>
      23,
     </day>
     <month>
      April
     </month>
     <year>
      2024
     </year> 
    </date>
   </history>
   <permissions>
    <copyright-statement>
     © Copyright 2014 by authors and Scientific Research Publishing Inc. 
    </copyright-statement>
    <copyright-year>
     2014
    </copyright-year>
    <license>
     <license-p>
      This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/
     </license-p>
    </license>
   </permissions>
   <abstract>
    One-class classification problem has become a popular problem in many fields, with a wide range of applications in anomaly detection, fault diagnosis, and face recognition. We investigate the one-class classification problem for second-order tensor data. Traditional vector-based one-class classification methods such as one-class support vector machine (OCSVM) and least squares one-class support vector machine (LSOCSVM) have limitations when tensor is used as input data, so we propose a new tensor one-class classification method, LSOCSTM, which directly uses tensor as input data. On one hand, using tensor as input data not only enables to classify tensor data, but also for vector data, classifying it after high dimensionalizing it into tensor still improves the classification accuracy and overcomes the over-fitting problem. On the other hand, different from one-class support tensor machine (OCSTM), we use squared loss instead of the original loss function so that we solve a series of linear equations instead of quadratic programming problems. Therefore, we use the distance to the hyperplane as a metric for classification, and the proposed method is more accurate and faster compared to existing methods. The experimental results show the high efficiency of the proposed method compared with several state-of-the-art methods.
   </abstract>
   <kwd-group> 
    <kwd>
     Least Square One-Class Support Tensor Machine
    </kwd> 
    <kwd>
      One-Class Classification
    </kwd> 
    <kwd>
      Upscale
    </kwd> 
    <kwd>
      Least Square One-Class Support Vector Machine
    </kwd> 
    <kwd>
      One-Class Support Tensor Machine
    </kwd>
   </kwd-group>
  </article-meta>
 </front>
 <body>
  <sec id="s1">
   <title>1. Introduction</title>
   <p>The classification problem is an important component of data mining and has been discussed very extensively in fields such as machine learning and pattern recognition. As a result, many kinds of classification methods have emerged. Although deep learning has the advantages of high accuracy and adaptivity, classification models based on deep learning are usually large-sample models and have a long training time, thus, this paper focuses on small-sample machine learning classification methods. In machine learning, fully supervised classification has been one of the main focuses of research. For example, support vector machine (SVM) <xref ref-type="bibr" rid="scirp.132713-1">
     [1]
    </xref>, which is a statistical learning method with an important role in machine learning, statistical analysis, classification and regression. Like SVM, most of the existing methods are for multi-class classification. However, in many real cases, there may be only one type of data available for collection. This is due to the high cost of acquiring data information from other categories than the target category, or the difficulty of portraying data information. In this paper, we focus on the one-class classification algorithm, which differs most from the multi-class classification algorithm in that it uses information from only one class.</p>
   <p>One-class classification problems <xref ref-type="bibr" rid="scirp.132713-2">
     [2]
    </xref> <xref ref-type="bibr" rid="scirp.132713-3">
     [3]
    </xref> <xref ref-type="bibr" rid="scirp.132713-4">
     [4]
    </xref> are common in real-life areas, such as face recognition, text classification, novelty detection, and anomaly detection, among others. One-class support vector machine (OCSVM) <xref ref-type="bibr" rid="scirp.132713-5">
     [5]
    </xref> is an extension of SVM, which finds a hyperplane in the sense of maximum margins that separate most samples from the origin. Another method derived from SVM is support vector domain description (SVDD) <xref ref-type="bibr" rid="scirp.132713-6">
     [6]
    </xref>. Unlike OCSVM, SVDD maps the data to a high-dimensional feature space and then finds a hypersphere to surround most of the samples. Similar to OCSVM, a one-class mini-max probability machine (OCMPM) <xref ref-type="bibr" rid="scirp.132713-7">
     [7]
    </xref> tries to maximize the distance between the origin and learned hyper-place with the objective of arriving at a tighter lower bound to the data. Generalized one-class discriminative Sub-spaces (GODS) <xref ref-type="bibr" rid="scirp.132713-8">
     [8]
    </xref> extends OCSVM formulation into two separating hyper-planes. The least square one-class support vector machine (LSOCSVM) <xref ref-type="bibr" rid="scirp.132713-9">
     [9]
    </xref> is also a variant of OCSVM that replaces the original loss with a squared loss. LSOCSVM finds the hyperplane by solving a system of linear equations instead of using quadratic programming (QP) solutions like OCSVM.</p>
   <p>Each of the above vector methods has its own advantages in dealing with the vector one-class classification problem. However, in many fields such as image processing, machine learning and pattern recognition, raw data are presented as multidimensional arrays. If we downscale the tensor data into vectors for classification, not only it will cause overfitting problems due to increased data dimensionality, but also a large amount of structural information in the data will be lost, resulting in a decrease in classification accuracy. In addition, vector data upscaling into tensor data is a more popular scheme. When one-dimensional vector data is elevated to multi-dimensional, the original linking relationships are preserved while the probability is high that the linking of other dimensions in the data is also added. During the upscaling process, connections between vector elements may be identified, thus enhancing the classification accuracy <xref ref-type="bibr" rid="scirp.132713-10">
     [10]
    </xref> <xref ref-type="bibr" rid="scirp.132713-11">
     [11]
    </xref> <xref ref-type="bibr" rid="scirp.132713-12">
     [12]
    </xref>. Therefore, it is necessary to explore the tensor classification methods.</p>
   <p>Based on the support vector machine(SVM) learning framework and combining the ideas of alternate projection and multiple linear algebra operations, Tao et al. proposed a supervised tensor learning (STL) framework <xref ref-type="bibr" rid="scirp.132713-13">
     [13]
    </xref> with tensors as input data. Under this framework, linear models based on tensor classification were first proposed <xref ref-type="bibr" rid="scirp.132713-14">
     [14]
    </xref> <xref ref-type="bibr" rid="scirp.132713-15">
     [15]
    </xref>. Since data is usually not linearly separable in real life, kernel methods were represented in the tensor datasets <xref ref-type="bibr" rid="scirp.132713-16">
     [16]
    </xref> <xref ref-type="bibr" rid="scirp.132713-17">
     [17]
    </xref>. Kernel support tensor regression <xref ref-type="bibr" rid="scirp.132713-18">
     [18]
    </xref> and kernelized support tensor machines <xref ref-type="bibr" rid="scirp.132713-19">
     [19]
    </xref> <xref ref-type="bibr" rid="scirp.132713-20">
     [20]
    </xref> were suitable for nonlinear regression and nonlinear separable classification problems. Cai et al. proposed a support tensor machine (STM) <xref ref-type="bibr" rid="scirp.132713-21">
     [21]
    </xref> based on the STL framework and the alternating projection algorithm. Similar to OCSVM, which was the one-class extension model of SVM, Chen et al. proposed the One-Class Support Tensor Machine (OCSTM) <xref ref-type="bibr" rid="scirp.132713-22">
     [22]
    </xref>. Maboudou-Tchao <xref ref-type="bibr" rid="scirp.132713-23">
     [23]
    </xref> proposed support tensor data description (STDD). These tensor one-class classification methods were based on the hinge loss function, thus requiring the solution of a quadratic programming problem, so these methods were time consuming.</p>
   <p>In this paper, we propose a novel one-class tensor classification method, called the least squares one-class support tensor machine (LSOCSTM), which combines the advantages of LSOCSVM and OCSTM. On one hand, the proposed LSOCSTM is based on tensor space, which takes tensors directly as inputs. Obtaining a classifier in tensor space not only preserves the data structure information, but also helps to overcome the over-fitting problem caused by vectorization. On the other hand, compared to OCSTM, LSOCSTM solves a system of learning equations in each iteration instead of QP problems. These iterations eventually converge to the optimal solution after several iterations, greatly saving computational time and complexity. The key contributions of this work are summarized as follows:</p>
   <p>The rest of this paper is organized as follows. In section 2, we give a brief overview of least squares one-class support vector machine, one-class support tensor machine and the kernel function for tensors. The proposed least squares one-class support tensor machine is described in section 3. The experimental results are presented in section 4. Finally, some concluding remarks and suggestions for future work are given in section 5.</p>
  </sec><sec id="s2">
   <title>2. Preliminaries</title>
   <sec id="s2_1">
    <title>2.1. Tensor Kernel Function</title>
    <p>In practical problems, the datasets are usually nonlinearly separable, so a nonlinear mapping function 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mo>
          ⋅ 
        </mo> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> is needed to map the original dataset to a high- dimensional Hilbert space, i.e., 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         x 
       </mi> 
       <mo>
         → 
       </mo> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math>. Thus, the nonlinear problem in the original space can be transformed into a linear classification problem in a high- dimensional Hilbert space, and then go on to find the optimal hyperplane. The kernel function is defined as follows:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            X 
          </mi> 
         </mstyle> 
         <mn>
           , 
         </mn> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            Y 
          </mi> 
         </mstyle> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mi>
           Φ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             X 
           </mi> 
          </mstyle> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mn>
           , 
         </mn> 
         <mi>
           Φ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             Y 
           </mi> 
          </mstyle> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (1)</p>
    <p>where 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mtext>
             
         </mtext> 
         <mn>
           , 
         </mn> 
         <mtext>
             
         </mtext> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> denotes the inner product of Hilbert spaces, each sample 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          X 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          Y 
        </mi> 
       </mstyle> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
       <mo>
         ⊗ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
      </mrow> 
     </math>.</p>
    <p>Gao et al. <xref ref-type="bibr" rid="scirp.132713-18">
      [18]
     </xref> proposed a kernel function in which the input data are tensors. This function 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           X 
         </mi> 
        </mstyle> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> is a nonlinear mapping that maps X to a high-dimensional feature space. Similar to Gao et al. <xref ref-type="bibr" rid="scirp.132713-18">
      [18]
     </xref>, we define 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           X 
         </mi> 
        </mstyle> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> as:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           X 
         </mi> 
        </mstyle> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <mtable> 
          <mtr> 
           <mtd> 
            <mrow> 
             <mi>
               ϕ 
             </mi> 
             <mrow> 
              <mo>
                ( 
              </mo> 
              <mrow> 
               <msub> 
                <mi>
                  x 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
              </mrow> 
              <mo>
                ) 
              </mo> 
             </mrow> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mrow> 
             <mi>
               ϕ 
             </mi> 
             <mrow> 
              <mo>
                ( 
              </mo> 
              <mrow> 
               <msub> 
                <mi>
                  x 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
              </mrow> 
              <mo>
                ) 
              </mo> 
             </mrow> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mo>
              ⋮ 
            </mo> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mrow> 
             <mi>
               ϕ 
             </mi> 
             <mrow> 
              <mo>
                ( 
              </mo> 
              <mrow> 
               <msub> 
                <mi>
                  x 
                </mi> 
                <mrow> 
                 <msub> 
                  <mi>
                    n 
                  </mi> 
                  <mn>
                    1 
                  </mn> 
                 </msub> 
                </mrow> 
               </msub> 
              </mrow> 
              <mo>
                ) 
              </mo> 
             </mrow> 
            </mrow> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (2)</p>
    <p>where 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          x 
        </mi> 
        <mi>
          k 
        </mi> 
       </msub> 
      </mrow> 
     </math> is the kth row of X. Correspondingly, the following 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          y 
        </mi> 
        <mi>
          k 
        </mi> 
       </msub> 
      </mrow> 
     </math> is the kth row of Y. Therefore, this kernel function can be defined as</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable> 
       <mtr> 
        <mtd> 
         <mi>
           K 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              X 
            </mi> 
           </mstyle> 
           <mn>
             , 
           </mn> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              Y 
            </mi> 
           </mstyle> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mo>
           = 
         </mo> 
         <mi>
           Φ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             X 
           </mi> 
          </mstyle> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mi>
           Φ 
         </mi> 
         <msup> 
          <mrow> 
           <mo>
             ( 
           </mo> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              Y 
            </mi> 
           </mstyle> 
           <mo>
             ) 
           </mo> 
          </mrow> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <mo>
           = 
         </mo> 
         <mrow> 
          <mo>
            [ 
          </mo> 
          <mrow> 
           <mtable> 
            <mtr> 
             <mtd> 
              <mrow> 
               <mi>
                 ϕ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    x 
                  </mi> 
                  <mn>
                    1 
                  </mn> 
                 </msub> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
              </mrow> 
             </mtd> 
            </mtr> 
            <mtr> 
             <mtd> 
              <mrow> 
               <mi>
                 ϕ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    x 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msub> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
              </mrow> 
             </mtd> 
            </mtr> 
            <mtr> 
             <mtd> 
              <mo>
                ⋮ 
              </mo> 
             </mtd> 
            </mtr> 
            <mtr> 
             <mtd> 
              <mrow> 
               <mi>
                 ϕ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    x 
                  </mi> 
                  <mrow> 
                   <msub> 
                    <mi>
                      n 
                    </mi> 
                    <mn>
                      1 
                    </mn> 
                   </msub> 
                  </mrow> 
                 </msub> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
              </mrow> 
             </mtd> 
            </mtr> 
           </mtable> 
          </mrow> 
          <mo>
            ] 
          </mo> 
         </mrow> 
         <msup> 
          <mrow> 
           <mo>
             [ 
           </mo> 
           <mrow> 
            <mtable> 
             <mtr> 
              <mtd> 
               <mrow> 
                <mi>
                  ϕ 
                </mi> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <msub> 
                   <mi>
                     y 
                   </mi> 
                   <mn>
                     1 
                   </mn> 
                  </msub> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
              </mtd> 
             </mtr> 
             <mtr> 
              <mtd> 
               <mrow> 
                <mi>
                  ϕ 
                </mi> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <msub> 
                   <mi>
                     y 
                   </mi> 
                   <mn>
                     2 
                   </mn> 
                  </msub> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
              </mtd> 
             </mtr> 
             <mtr> 
              <mtd> 
               <mo>
                 ⋮ 
               </mo> 
              </mtd> 
             </mtr> 
             <mtr> 
              <mtd> 
               <mrow> 
                <mi>
                  ϕ 
                </mi> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <msub> 
                   <mi>
                     y 
                   </mi> 
                   <mrow> 
                    <msub> 
                     <mi>
                       n 
                     </mi> 
                     <mn>
                       1 
                     </mn> 
                    </msub> 
                   </mrow> 
                  </msub> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
              </mtd> 
             </mtr> 
            </mtable> 
           </mrow> 
           <mo>
             ] 
           </mo> 
          </mrow> 
          <mtext>
            T 
          </mtext> 
         </msup> 
        </mtd> 
       </mtr> 
       <mtr> 
        <mtd> 
         <mo>
           = 
         </mo> 
         <mrow> 
          <mo>
            [ 
          </mo> 
          <mrow> 
           <mtable> 
            <mtr> 
             <mtd> 
              <mrow> 
               <mi>
                 ϕ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    x 
                  </mi> 
                  <mn>
                    1 
                  </mn> 
                 </msub> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
               <mi>
                 ϕ 
               </mi> 
               <msup> 
                <mrow> 
                 <mrow> 
                  <mo>
                    ( 
                  </mo> 
                  <mrow> 
                   <msub> 
                    <mi>
                      y 
                    </mi> 
                    <mn>
                      1 
                    </mn> 
                   </msub> 
                  </mrow> 
                  <mo>
                    ) 
                  </mo> 
                 </mrow> 
                </mrow> 
                <mtext>
                  T 
                </mtext> 
               </msup> 
              </mrow> 
             </mtd> 
             <mtd> 
              <mo>
                ⋯ 
              </mo> 
             </mtd> 
             <mtd> 
              <mrow> 
               <mi>
                 ϕ 
               </mi> 
               <mn> 
                <mo stretchy="false">
                  ( 
                </mo> 
               </mn> 
               <msub> 
                <mi>
                  x 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
               <mn> 
                <mo stretchy="false">
                  ) 
                </mo> 
               </mn> 
               <mi>
                 ϕ 
               </mi> 
               <msup> 
                <mrow> 
                 <mrow> 
                  <mo>
                    ( 
                  </mo> 
                  <mrow> 
                   <msub> 
                    <mi>
                      y 
                    </mi> 
                    <mrow> 
                     <msub> 
                      <mi>
                        n 
                      </mi> 
                      <mn>
                        1 
                      </mn> 
                     </msub> 
                    </mrow> 
                   </msub> 
                  </mrow> 
                  <mo>
                    ) 
                  </mo> 
                 </mrow> 
                </mrow> 
                <mtext>
                  T 
                </mtext> 
               </msup> 
              </mrow> 
             </mtd> 
            </mtr> 
            <mtr> 
             <mtd> 
              <mo>
                ⋮ 
              </mo> 
             </mtd> 
             <mtd> 
              <mo>
                ⋱ 
              </mo> 
             </mtd> 
             <mtd> 
              <mo>
                ⋮ 
              </mo> 
             </mtd> 
            </mtr> 
            <mtr> 
             <mtd> 
              <mrow> 
               <mi>
                 ϕ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    x 
                  </mi> 
                  <mrow> 
                   <msub> 
                    <mi>
                      n 
                    </mi> 
                    <mn>
                      1 
                    </mn> 
                   </msub> 
                  </mrow> 
                 </msub> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
               <mi>
                 ϕ 
               </mi> 
               <msup> 
                <mrow> 
                 <mrow> 
                  <mo>
                    ( 
                  </mo> 
                  <mrow> 
                   <msub> 
                    <mi>
                      y 
                    </mi> 
                    <mn>
                      1 
                    </mn> 
                   </msub> 
                  </mrow> 
                  <mo>
                    ) 
                  </mo> 
                 </mrow> 
                </mrow> 
                <mtext>
                  T 
                </mtext> 
               </msup> 
              </mrow> 
             </mtd> 
             <mtd> 
              <mo>
                ⋯ 
              </mo> 
             </mtd> 
             <mtd> 
              <mrow> 
               <mi>
                 ϕ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    x 
                  </mi> 
                  <mrow> 
                   <msub> 
                    <mi>
                      n 
                    </mi> 
                    <mn>
                      1 
                    </mn> 
                   </msub> 
                  </mrow> 
                 </msub> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
               <mi>
                 ϕ 
               </mi> 
               <msup> 
                <mrow> 
                 <mrow> 
                  <mo>
                    ( 
                  </mo> 
                  <mrow> 
                   <msub> 
                    <mi>
                      y 
                    </mi> 
                    <mrow> 
                     <msub> 
                      <mi>
                        n 
                      </mi> 
                      <mn>
                        1 
                      </mn> 
                     </msub> 
                    </mrow> 
                   </msub> 
                  </mrow> 
                  <mo>
                    ) 
                  </mo> 
                 </mrow> 
                </mrow> 
                <mtext>
                  T 
                </mtext> 
               </msup> 
              </mrow> 
             </mtd> 
            </mtr> 
           </mtable> 
          </mrow> 
          <mo>
            ] 
          </mo> 
         </mrow> 
         <mn>
           . 
         </mn> 
        </mtd> 
       </mtr> 
      </mtable> 
     </math> (3)</p>
   </sec>
   <sec id="s2_2">
    <title>2.2. Least Square One-Class Support Vector Machine</title>
    <p>Choi derived least square one-class support vector machine (LSOCSVM) <xref ref-type="bibr" rid="scirp.132713-9">
      [9]
     </xref> which is a least squares version of standard One-Class Support Vector Machine (OCSVM) <xref ref-type="bibr" rid="scirp.132713-5">
      [5]
     </xref>. Suppose the training samples are 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             x 
           </mi> 
          </mstyle> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn> 
          <mo>
            : 
          </mo> 
         </mn> 
         <mi>
           i 
         </mi> 
         <mo>
           = 
         </mo> 
         <mn>
           1,2, 
         </mn> 
         <mo>
           ⋯ 
         </mo> 
         <mn>
           , 
         </mn> 
         <mi>
           l 
         </mi> 
        </mrow> 
        <mo>
          } 
        </mo> 
       </mrow> 
      </mrow> 
     </math>, and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           x 
         </mi> 
        </mstyle> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mi>
          n 
        </mi> 
       </msup> 
      </mrow> 
     </math>. LSOCSVM can be formulated as the following optimization problem:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable columnalign="left"> 
       <mtr> 
        <mtd> 
         <munder> 
          <mrow> 
           <mi>
             min 
           </mi> 
          </mrow> 
          <mrow> 
           <mi>
             ω 
           </mi> 
           <mn>
             , 
           </mn> 
           <mi>
             ρ 
           </mi> 
           <mn>
             , 
           </mn> 
           <mi>
             ξ 
           </mi> 
          </mrow> 
         </munder> 
         <mfrac> 
          <mn>
            1 
          </mn> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <msup> 
          <mrow> 
           <mo>
             ‖ 
           </mo> 
           <mi>
             ω 
           </mi> 
           <mo>
             ‖ 
           </mo> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <mfrac> 
          <mi>
            C 
          </mi> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <mstyle displaystyle="true"> 
          <munderover> 
           <mo>
             ∑ 
           </mo> 
           <mrow> 
            <mi>
              i 
            </mi> 
            <mo>
              = 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
           <mi>
             l 
           </mi> 
          </munderover> 
         </mstyle> 
         <mtext>
             
         </mtext> 
         <msubsup> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
          <mn>
            2 
          </mn> 
         </msubsup> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
       <mtr> 
        <mtd> 
         <mtext>
           s 
         </mtext> 
         <mtext>
           .t 
         </mtext> 
         <mtext>
           . 
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <mi>
           ω 
         </mi> 
         <mo>
           ⋅ 
         </mo> 
         <mi>
           ϕ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               x 
             </mi> 
            </mstyle> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mo>
           = 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           − 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
      </mtable> 
     </math> (4)</p>
    <p>where 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        ω 
      </mi> 
     </math> is the normal vector of the hyperplane and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        ρ 
      </mi> 
     </math> is the intercept of the hyperplane. C is the penalty parameter. Unlike OCSVM <xref ref-type="bibr" rid="scirp.132713-5">
      [5]
     </xref>, the restriction on slack variable 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         ≥ 
       </mo> 
       <mn>
         0 
       </mn> 
      </mrow> 
     </math> no longer exists. Optimization problem (4) tries to find a</p>
    <p>hyperplane which has the maximal distance 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mi>
          ρ 
        </mi> 
        <mrow> 
         <msup> 
          <mi>
            ω 
          </mi> 
          <mn>
            2 
          </mn> 
         </msup> 
        </mrow> 
       </mfrac> 
      </mrow> 
     </math> from the origin, and with re-</p>
    <p>spect to this distance, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msubsup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn>
          2 
        </mn> 
       </msubsup> 
      </mrow> 
     </math> are minimized. To solve the optimization problem, Lagrangian multipliers 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mn>
         , 
       </mn> 
       <mi>
         i 
       </mi> 
       <mo>
         = 
       </mo> 
       <mn>
         1,2, 
       </mn> 
       <mo>
         ⋯ 
       </mo> 
       <mn>
         , 
       </mn> 
       <mi>
         l 
       </mi> 
      </mrow> 
     </math> are introduced for these equality constrains. The Lagrangian function can be written as follows:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         L 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mi>
           ω 
         </mi> 
         <mn>
           , 
         </mn> 
         <mi>
           ρ 
         </mi> 
         <mn>
           , 
         </mn> 
         <mi>
           ξ 
         </mi> 
         <mn>
           , 
         </mn> 
         <mi>
           α 
         </mi> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mi>
            ω 
          </mi> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msup> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mi>
          C 
        </mi> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn>
          2 
        </mn> 
       </msubsup> 
       <mo>
         − 
       </mo> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mn> 
           <mo>
             = 
           </mo>1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mi>
           ω 
         </mi> 
         <mo>
           ⋅ 
         </mo> 
         <mi>
           ϕ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               x 
             </mi> 
            </mstyle> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mn>
         . 
       </mn> 
      </mrow> 
     </math> (5)</p>
    <p>Setting the derivatives with respect to the primal variables 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         ω 
       </mi> 
       <mn>
         , 
       </mn> 
       <mi>
         ρ 
       </mi> 
       <mn>
         , 
       </mn> 
       <msub> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mn>
         , 
       </mn> 
       <mi>
         α 
       </mi> 
      </mrow> 
     </math> equal to zero, and then simplifying, which gives</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            j 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          j 
        </mi> 
       </msub> 
       <mi>
         ϕ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             x 
           </mi> 
          </mstyle> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mi>
         ϕ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             x 
           </mi> 
          </mstyle> 
          <mi>
            j 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mrow> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mi>
          C 
        </mi> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0. 
       </mn> 
      </mrow> 
     </math> (6)</p>
    <p>Unlike OCSVM, LSOCSVM does not have a decision function. Instead, the hyperplane in (6) itself represents the optimal hyperplane in a regularized least squares sense, where most of training objects may reside. Least squares minimizes the sum of squared errors and establishes an equilibrium between the errors of the individual equations, thus preventing one extreme error from gaining dominance. The computational process is clear and convenient as only the partial derivatives are required to solve the system of linear equations. However, the LSOCSVM method is not directly adaptive to tensor data.</p>
   </sec>
   <sec id="s2_3">
    <title>2.3. One-Class Support Tensor Machine</title>
    <p>Chen developed the one-class support tensor machine (OCSTM) <xref ref-type="bibr" rid="scirp.132713-22">
      [22]
     </xref>, which separates most samples of interested class from the origin in the tensor space, with maximal margin. Suppose the training samples 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             X 
           </mi> 
          </mstyle> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn> 
          <mo>
            : 
          </mo> 
         </mn> 
         <mi>
           i 
         </mi> 
         <mo>
           = 
         </mo> 
         <mn>
           1,2, 
         </mn> 
         <mo>
           ⋯ 
         </mo> 
         <mn>
           , 
         </mn> 
         <mi>
           l 
         </mi> 
        </mrow> 
        <mo>
          } 
        </mo> 
       </mrow> 
      </mrow> 
     </math>, every sample 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           X 
         </mi> 
        </mstyle> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
       <mo>
         ⊗ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
      </mrow> 
     </math> which is the data point in 2nd-order tensor space. The decision function of an one-class classifier in the tensor space can be represented as follows:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          X 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mi>
         s 
       </mi> 
       <mi>
         g 
       </mi> 
       <mi>
         n 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <mi>
           Φ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mi>
            X 
          </mi> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mn>
         , 
       </mn> 
       <mtext>
           
       </mtext> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
       <mn>
         , 
       </mn> 
       <mtext>
           
       </mtext> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (7)</p>
    <p>where 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        Φ 
      </mi> 
     </math> is a nonlinear mapping function noted in Section 2.1. OCSTM can be denoted as the following optimization problem:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable columnalign="left"> 
       <mtr> 
        <mtd> 
         <munder> 
          <mrow> 
           <mi>
             min 
           </mi> 
          </mrow> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              u 
            </mi> 
           </mstyle> 
           <mn>
             , 
           </mn> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              v 
            </mi> 
           </mstyle> 
           <mn>
             , 
           </mn> 
           <mi>
             ρ 
           </mi> 
           <mn>
             , 
           </mn> 
           <mi>
             ξ 
           </mi> 
          </mrow> 
         </munder> 
         <mfrac> 
          <mn>
            1 
          </mn> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <msup> 
          <mrow> 
           <mo>
             ‖ 
           </mo> 
           <mrow> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               u 
             </mi> 
            </mstyle> 
            <msup> 
             <mstyle mathvariant="bold" mathsize="normal"> 
              <mi>
                v 
              </mi> 
             </mstyle> 
             <mtext>
               T 
             </mtext> 
            </msup> 
           </mrow> 
           <mo>
             ‖ 
           </mo> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <mfrac> 
          <mi>
            C 
          </mi> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <mstyle displaystyle="true"> 
          <munderover> 
           <mo>
             ∑ 
           </mo> 
           <mrow> 
            <mi>
              i 
            </mi> 
            <mo>
              = 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
           <mi>
             l 
           </mi> 
          </munderover> 
         </mstyle> 
         <mtext>
             
         </mtext> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
       <mtr> 
        <mtd> 
         <mtext>
           s 
         </mtext> 
         <mtext>
           .t 
         </mtext> 
         <mtext>
           . 
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <mi>
           Φ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
         <mo>
           ≥ 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           − 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
       <mtr> 
        <mtd> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mo>
           ≥ 
         </mo> 
         <mn>
           0, 
         </mn> 
         <mi>
           i 
         </mi> 
         <mo>
           = 
         </mo> 
         <mn>
           1,2, 
         </mn> 
         <mo>
           ⋯ 
         </mo> 
         <mn>
           , 
         </mn> 
         <mi>
           l 
         </mi> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
      </mtable> 
     </math> (8)</p>
    <p>where 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         v 
       </mi> 
      </mstyle> 
     </math> can be obtained by iteratively solving the optimization problems.</p>
    <p>Although OCSTM is a one-class classification method for tensor, solving optimization problems requires solving quadratic programming problems iteratively, so it is very time-consuming.</p>
   </sec>
  </sec><sec id="s3">
   <title>3. Least Square One-Class Support Tensor Machine</title>
   <sec id="s3_1">
    <title>3.1. Overview</title>
    <p>Based on the two existing methods in Section 2, we utilize the idea of LSOCSVM to improve OCSTM and propose a new tensor one-class classification method called LSOCSTM. Specifically, we change the loss term in the objective function to a least squares loss, which allows us to replace the QP problem in the solution process with solving a system of linear equations. We use an alternating iteration algorithm, which greatly reduces the number of decision variables. These features make LSOCSTM particularly suitable when it comes to small sample size problems.</p>
   </sec>
   <sec id="s3_2">
    <title>3.2. Methodology</title>
    <p>Suppose 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn> 
          <mo>
            : 
          </mo> 
         </mn> 
         <mi>
           i 
         </mi> 
         <mo>
           = 
         </mo> 
         <mn>
           1,2, 
         </mn> 
         <mo>
           ⋯ 
         </mo> 
         <mn>
           , 
         </mn> 
         <mi>
           l 
         </mi> 
        </mrow> 
        <mo>
          } 
        </mo> 
       </mrow> 
      </mrow> 
     </math> is the training samples, where 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          X 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
       <mo>
         ⊗ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
      </mrow> 
     </math> which is the data point in 2nd-order tensor space. Based on this, LSOCSTM can be formulated as the following optimization problem:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable columnalign="left"> 
       <mtr> 
        <mtd> 
         <munder> 
          <mrow> 
           <mi>
             min 
           </mi> 
          </mrow> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              u 
            </mi> 
           </mstyle> 
           <mn>
             , 
           </mn> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              v 
            </mi> 
           </mstyle> 
           <mn>
             , 
           </mn> 
           <mi>
             ρ 
           </mi> 
           <mn>
             , 
           </mn> 
           <mi>
             ξ 
           </mi> 
          </mrow> 
         </munder> 
         <mfrac> 
          <mn>
            1 
          </mn> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <msup> 
          <mrow> 
           <mo>
             ‖ 
           </mo> 
           <mrow> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               u 
             </mi> 
            </mstyle> 
            <msup> 
             <mstyle mathvariant="bold" mathsize="normal"> 
              <mi>
                v 
              </mi> 
             </mstyle> 
             <mtext>
               T 
             </mtext> 
            </msup> 
           </mrow> 
           <mo>
             ‖ 
           </mo> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <mfrac> 
          <mi>
            C 
          </mi> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <mstyle displaystyle="true"> 
          <munderover> 
           <mo>
             ∑ 
           </mo> 
           <mrow> 
            <mi>
              i 
            </mi> 
            <mo>
              = 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
           <mi>
             l 
           </mi> 
          </munderover> 
         </mstyle> 
         <mtext>
             
         </mtext> 
         <msubsup> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
          <mn>
            2 
          </mn> 
         </msubsup> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
       <mtr> 
        <mtd> 
         <mtext>
           s 
         </mtext> 
         <mtext>
           .t 
         </mtext> 
         <mtext>
           . 
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <mi>
           Φ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
         <mo>
           = 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           − 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
      </mtable> 
     </math> (9)</p>
    <p>where C is a trade-off parameter between the margin maximization and empirical error minimization, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
      </mrow> 
     </math> is a slack variable. Unlike the hinge loss function of the OCSTM, the loss in our optimization problem is the least squares loss, which is easier to solve. At the same time, like LSOCSVM, the restriction on slack variable 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         ≥ 
       </mo> 
       <mn>
         0 
       </mn> 
      </mrow> 
     </math> no longer exists. Optimization problem (9) tries to find a hyper-</p>
    <p>plane which has the maximal distance 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mi>
          ρ 
        </mi> 
        <mrow> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mrow> 
             <mstyle mathvariant="bold" mathsize="normal"> 
              <mi>
                u 
              </mi> 
             </mstyle> 
             <msup> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 v 
               </mi> 
              </mstyle> 
              <mtext>
                T 
              </mtext> 
             </msup> 
            </mrow> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
        </mrow> 
       </mfrac> 
      </mrow> 
     </math> from the origin, and with respect to this distance, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msubsup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn>
          2 
        </mn> 
       </msubsup> 
      </mrow> 
     </math> are minimized.</p>
    <p>To solve the optimization problem (9), we introduce Lagrangian multipliers 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mn>
         , 
       </mn> 
       <mi>
         i 
       </mi> 
       <mo>
         = 
       </mo> 
       <mn>
         1,2, 
       </mn> 
       <mo>
         ⋯ 
       </mo> 
       <mn>
         , 
       </mn> 
       <mi>
         l 
       </mi> 
      </mrow> 
     </math> for these equality constrains. The Lagrangian function can be written as follows:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         L 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            u 
          </mi> 
         </mstyle> 
         <mn>
           , 
         </mn> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
         <mn>
           , 
         </mn> 
         <mi>
           ρ 
         </mi> 
         <mn>
           , 
         </mn> 
         <mi>
           ξ 
         </mi> 
         <mn>
           , 
         </mn> 
         <mi>
           α 
         </mi> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              u 
            </mi> 
           </mstyle> 
           <msup> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               v 
             </mi> 
            </mstyle> 
            <mtext>
              T 
            </mtext> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msup> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mi>
          C 
        </mi> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn>
          2 
        </mn> 
       </msubsup> 
       <mo>
         − 
       </mo> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <mi>
           Φ 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mn>
         . 
       </mn> 
      </mrow> 
     </math> (10)</p>
    <p>Setting the derivatives with respect to the primal variables 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
       <mi>
         ρ 
       </mi> 
       <mn>
         , 
       </mn> 
       <mi>
         ξ 
       </mi> 
      </mrow> 
     </math> equal to zero, we have</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            u 
          </mi> 
         </mstyle> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               v 
             </mi> 
            </mstyle> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (11)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               u 
             </mi> 
            </mstyle> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mi>
         Φ 
       </mi> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (12)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <msub> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mrow> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mi>
          C 
        </mi> 
       </mfrac> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (13)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           ρ 
         </mi> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mn>
         1. 
       </mn> 
      </mrow> 
     </math> (14)</p>
    <p>It can be seen from (11) and (12), 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         v 
       </mi> 
      </mstyle> 
     </math> are interdependent and cannot be solved independently of each other. We develop alternating projection algorithm to solve our problem, and the specific solution procedure is as follows:</p>
    <p>First, we fix 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math> and then let 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          μ 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mo>
         = 
       </mo> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msup> 
      </mrow> 
     </math>. After that, we denote that 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          x 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mi>
         Φ 
       </mi> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               X 
             </mi> 
            </mstyle> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
      </mrow> 
     </math>. Optimization problem (9) can be rewritten in the following form:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable columnalign="left"> 
       <mtr> 
        <mtd> 
         <munder> 
          <mrow> 
           <mi>
             min 
           </mi> 
          </mrow> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              v 
            </mi> 
           </mstyle> 
           <mn>
             , 
           </mn> 
           <mi>
             ρ 
           </mi> 
           <mn>
             , 
           </mn> 
           <mi>
             ξ 
           </mi> 
          </mrow> 
         </munder> 
         <mfrac> 
          <mn>
            1 
          </mn> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
         <msup> 
          <mrow> 
           <mo>
             ‖ 
           </mo> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              v 
            </mi> 
           </mstyle> 
           <mo>
             ‖ 
           </mo> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <mfrac> 
          <mi>
            C 
          </mi> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <mstyle displaystyle="true"> 
          <munderover> 
           <mo>
             ∑ 
           </mo> 
           <mrow> 
            <mi>
              i 
            </mi> 
            <mo>
              = 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
           <mi>
             l 
           </mi> 
          </munderover> 
         </mstyle> 
         <mtext>
             
         </mtext> 
         <msubsup> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
          <mn>
            2 
          </mn> 
         </msubsup> 
        </mtd> 
       </mtr> 
       <mtr> 
        <mtd> 
         <mtext>
           s 
         </mtext> 
         <mtext>
           .t 
         </mtext> 
         <mtext>
           . 
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <msub> 
          <mi>
            x 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mo>
           = 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           − 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mtd> 
       </mtr> 
      </mtable> 
     </math> (15)</p>
    <p>The Lagrangian function can be rewritten as follows:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         L 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
         <mn>
           , 
         </mn> 
         <mi>
           ρ 
         </mi> 
         <mn>
           , 
         </mn> 
         <mi>
           ξ 
         </mi> 
         <mn>
           , 
         </mn> 
         <mi>
           α 
         </mi> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <msub> 
        <mi>
          μ 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mi>
          C 
        </mi> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn>
          2 
        </mn> 
       </msubsup> 
       <mo>
         − 
       </mo> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <msub> 
          <mi>
            x 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mn>
         . 
       </mn> 
      </mrow> 
     </math> (16)</p>
    <p>By setting the derivatives with respect to the primal variables 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
       <mi>
         ρ 
       </mi> 
       <mn>
         , 
       </mn> 
       <mi>
         ξ 
       </mi> 
       <mn>
         , 
       </mn> 
       <mi>
         α 
       </mi> 
      </mrow> 
     </math> equal to zero, we have</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mrow> 
             <msub> 
              <mi>
                μ 
              </mi> 
              <mn>
                1 
              </mn> 
             </msub> 
            </mrow> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mi>
         Φ 
       </mi> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (17)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <msub> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mrow> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mi>
          C 
        </mi> 
       </mfrac> 
       <mo>
         , 
       </mo> 
      </mrow> 
     </math> (18)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           ρ 
         </mi> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mn>
         1 
       </mn> 
       <mo>
         , 
       </mo> 
      </mrow> 
     </math> (19)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <mi>
           L 
         </mi> 
        </mrow> 
        <mrow> 
         <mo>
           ∂ 
         </mo> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
       <mo>
         ⇒ 
       </mo> 
       <msup> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           v 
         </mi> 
        </mstyle> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <msub> 
        <mi>
          x 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <msub> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mn>
         0. 
       </mn> 
      </mrow> 
     </math> (20)</p>
    <p>Substituting (17) and (18) into (20), we get</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            j 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          j 
        </mi> 
       </msub> 
       <msup> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            j 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mrow> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mi>
          C 
        </mi> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0. 
       </mn> 
      </mrow> 
     </math> (21)</p>
    <p>Coupled with the constraint in (19), equations in (21) can be reduced to the following system of linear equations to solve:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <mtable> 
          <mtr> 
           <mtd> 
            <mn>
              0 
            </mn> 
           </mtd> 
           <mtd> 
            <mrow> 
             <msup> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 e 
               </mi> 
              </mstyle> 
              <mtext>
                T 
              </mtext> 
             </msup> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               e 
             </mi> 
            </mstyle> 
           </mtd> 
           <mtd> 
            <mrow> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 M 
               </mi> 
              </mstyle> 
              <mrow> 
               <msub> 
                <mi>
                  μ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
              </mrow> 
             </mfrac> 
             <mo>
               + 
             </mo> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 I 
               </mi> 
              </mstyle> 
              <mi>
                C 
              </mi> 
             </mfrac> 
            </mrow> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <mtable> 
          <mtr> 
           <mtd> 
            <mrow> 
             <mo>
               − 
             </mo> 
             <mi>
               ρ 
             </mi> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               a 
             </mi> 
            </mstyle> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <mtable> 
          <mtr> 
           <mtd> 
            <mn>
              1 
            </mn> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mn>
              0 
            </mn> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (22)</p>
    <p>where vectors 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         e 
       </mi> 
      </mstyle> 
     </math> and 0 represent all one and all zero column vectors of l dimension, I is the identity matrix, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         a 
       </mi> 
      </mstyle> 
     </math> is the column vector of Lagrangian multipliers 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
         <mn>
           , 
         </mn> 
         <mo>
           ⋯ 
         </mo> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mi>
            l 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
      </mrow> 
     </math> and M denotes a new matrix which 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           M 
         </mi> 
        </mstyle> 
        <mrow> 
         <mi>
           i 
         </mi> 
         <mi>
           j 
         </mi> 
        </mrow> 
       </msub> 
       <mo>
         = 
       </mo> 
       <msup> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            j 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
      </mrow> 
     </math>.</p>
    <p>After simple algebraic operations, we can get</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           a 
         </mi> 
        </mstyle> 
        <mn> 
         <mo>
           * 
         </mo> 
        </mn> 
       </msup> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mrow> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ( 
            </mo> 
            <mrow> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 I 
               </mi> 
              </mstyle> 
              <mi>
                C 
              </mi> 
             </mfrac> 
             <mo>
               + 
             </mo> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 M 
               </mi> 
              </mstyle> 
              <mrow> 
               <msub> 
                <mi>
                  μ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
              </mrow> 
             </mfrac> 
            </mrow> 
            <mo>
              ) 
            </mo> 
           </mrow> 
          </mrow> 
          <mrow> 
           <mo>
             − 
           </mo> 
           <mn>
             1 
           </mn> 
          </mrow> 
         </msup> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            e 
          </mi> 
         </mstyle> 
        </mrow> 
        <mrow> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             e 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ( 
            </mo> 
            <mrow> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 I 
               </mi> 
              </mstyle> 
              <mi>
                C 
              </mi> 
             </mfrac> 
             <mo>
               + 
             </mo> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 M 
               </mi> 
              </mstyle> 
              <mrow> 
               <msub> 
                <mi>
                  μ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
              </mrow> 
             </mfrac> 
            </mrow> 
            <mo>
              ) 
            </mo> 
           </mrow> 
          </mrow> 
          <mrow> 
           <mo>
             − 
           </mo> 
           <mn>
             1 
           </mn> 
          </mrow> 
         </msup> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            e 
          </mi> 
         </mstyle> 
        </mrow> 
       </mfrac> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (23)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn> 
         <mo>
           * 
         </mo> 
        </mn> 
       </msubsup> 
       <mi>
         Φ 
       </mi> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (24)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msup> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msubsup> 
          <mi>
            μ 
          </mi> 
          <mn>
            1 
          </mn> 
          <mn>
            2 
          </mn> 
         </msubsup> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mn>
            , 
          </mn> 
          <mi>
            j 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn> 
         <mo>
           * 
         </mo> 
        </mn> 
       </msubsup> 
       <msubsup> 
        <mi>
          α 
        </mi> 
        <mi>
          j 
        </mi> 
        <mn> 
         <mo>
           * 
         </mo> 
        </mn> 
       </msubsup> 
       <msup> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            j 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mn>
         . 
       </mn> 
      </mrow> 
     </math> (25)</p>
    <p>Secondly, to calculate 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math>, let 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          μ 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <mo>
         = 
       </mo> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msup> 
      </mrow> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <msup> 
         <mi>
           x 
         </mi> 
         <mo>
           ′ 
         </mo> 
        </msup> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
      </mrow> 
     </math>. The optimal problem for 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math> can be constructed as follow:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mtable columnalign="left"> 
       <mtr> 
        <mtd> 
         <munder> 
          <mrow> 
           <mi>
             min 
           </mi> 
          </mrow> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              u 
            </mi> 
           </mstyle> 
           <mn>
             , 
           </mn> 
           <mi>
             ρ 
           </mi> 
           <mn>
             , 
           </mn> 
           <mi>
             ξ 
           </mi> 
          </mrow> 
         </munder> 
         <mfrac> 
          <mn>
            1 
          </mn> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
         <msup> 
          <mrow> 
           <mo>
             ‖ 
           </mo> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              u 
            </mi> 
           </mstyle> 
           <mo>
             ‖ 
           </mo> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
         <mo>
           − 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           + 
         </mo> 
         <mfrac> 
          <mi>
            C 
          </mi> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <mstyle displaystyle="true"> 
          <munderover> 
           <mo>
             ∑ 
           </mo> 
           <mrow> 
            <mi>
              i 
            </mi> 
            <mo>
              = 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
           <mi>
             l 
           </mi> 
          </munderover> 
         </mstyle> 
         <mtext>
             
         </mtext> 
         <msubsup> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
          <mn>
            2 
          </mn> 
         </msubsup> 
         <mn>
           , 
         </mn> 
        </mtd> 
       </mtr> 
       <mtr> 
        <mtd> 
         <mtext>
           s 
         </mtext> 
         <mtext>
           .t 
         </mtext> 
         <mtext>
           . 
         </mtext> 
         <mtext>
             
         </mtext> 
         <mtext>
             
         </mtext> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <msub> 
          <msup> 
           <mi>
             x 
           </mi> 
           <mo>
             ′ 
           </mo> 
          </msup> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mo>
           = 
         </mo> 
         <mi>
           ρ 
         </mi> 
         <mo>
           − 
         </mo> 
         <msub> 
          <mi>
            ξ 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           . 
         </mn> 
        </mtd> 
       </mtr> 
      </mtable> 
     </math> (26)</p>
    <p>As with the arithmetic procedure from (15) to (21), we can get</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            j 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mi>
          α 
        </mi> 
        <mi>
          j 
        </mi> 
       </msub> 
       <msubsup> 
        <msup> 
         <mi>
           x 
         </mi> 
         <mo>
           ′ 
         </mo> 
        </msup> 
        <mi>
          j 
        </mi> 
        <mtext>
          T 
        </mtext> 
       </msubsup> 
       <msub> 
        <msup> 
         <mi>
           x 
         </mi> 
         <mo>
           ′ 
         </mo> 
        </msup> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mrow> 
         <msub> 
          <mi>
            α 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mi>
          C 
        </mi> 
       </mfrac> 
       <mo>
         = 
       </mo> 
       <mn>
         0. 
       </mn> 
      </mrow> 
     </math> (27)</p>
    <p>Similar to the treatment of (21), equations in (27) can be reduced as follow linear equation:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <mtable> 
          <mtr> 
           <mtd> 
            <mn>
              0 
            </mn> 
           </mtd> 
           <mtd> 
            <mrow> 
             <msup> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 e 
               </mi> 
              </mstyle> 
              <mtext>
                T 
              </mtext> 
             </msup> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               e 
             </mi> 
            </mstyle> 
           </mtd> 
           <mtd> 
            <mrow> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 Q 
               </mi> 
              </mstyle> 
              <mrow> 
               <msub> 
                <mi>
                  μ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
              </mrow> 
             </mfrac> 
             <mo>
               + 
             </mo> 
             <mfrac> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 I 
               </mi> 
              </mstyle> 
              <mi>
                C 
              </mi> 
             </mfrac> 
            </mrow> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <mtable> 
          <mtr> 
           <mtd> 
            <mrow> 
             <mo>
               − 
             </mo> 
             <mi>
               ρ 
             </mi> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               a 
             </mi> 
            </mstyle> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mrow> 
        <mo>
          [ 
        </mo> 
        <mrow> 
         <mtable> 
          <mtr> 
           <mtd> 
            <mn>
              1 
            </mn> 
           </mtd> 
          </mtr> 
          <mtr> 
           <mtd> 
            <mn>
              0 
            </mn> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (28)</p>
    <p>where vectors 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         e 
       </mi> 
      </mstyle> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mn>
        0 
      </mn> 
     </math> represent all one and all zero column vectors of l dimension, and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         Q 
       </mi> 
      </mstyle> 
     </math> denotes a new matrix which 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           Q 
         </mi> 
        </mstyle> 
        <mrow> 
         <mi>
           i 
         </mi> 
         <mi>
           j 
         </mi> 
        </mrow> 
       </msub> 
       <mo>
         = 
       </mo> 
       <msup> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mstyle displaystyle="true"> 
        <msubsup> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            p 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </msubsup> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            p 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            j 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle displaystyle="true"> 
        <msubsup> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            q 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </msubsup> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            q 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
      </mrow> 
     </math>.</p>
    <p>By solving the linear equation in (28), we can get</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> <mrow> 
       <mstyle mathsize="normal" mathvariant="bold"> 
        <mover accent="true"> 
         <mi>
           a 
         </mi> 
         <mo>
           ^ 
         </mo> 
        </mover> 
       </mstyle> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mrow> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ( 
            </mo> 
            <mrow> 
             <mfrac> 
              <mstyle mathsize="normal" mathvariant="bold"> 
               <mi>
                 I 
               </mi> 
              </mstyle> 
              <mi>
                C 
              </mi> 
             </mfrac> 
             <mo>
               + 
             </mo> 
             <mfrac> 
              <mstyle mathsize="normal" mathvariant="bold"> 
               <mi>
                 Q 
               </mi> 
              </mstyle> 
              <mrow> 
               <msub> 
                <mi>
                  μ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
              </mrow> 
             </mfrac> 
            </mrow> 
            <mo>
              ) 
            </mo> 
           </mrow> 
          </mrow> 
          <mrow> 
           <mo>
             − 
           </mo> 
           <mn>
             1 
           </mn> 
          </mrow> 
         </msup> 
         <mstyle mathsize="normal" mathvariant="bold"> 
          <mi>
            e 
          </mi> 
         </mstyle> 
        </mrow> 
        <mrow> 
         <msup> 
          <mstyle mathsize="normal" mathvariant="bold"> 
           <mi>
             e 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ( 
            </mo> 
            <mrow> 
             <mfrac> 
              <mstyle mathsize="normal" mathvariant="bold"> 
               <mi>
                 I 
               </mi> 
              </mstyle> 
              <mi>
                C 
              </mi> 
             </mfrac> 
             <mo>
               + 
             </mo> 
             <mfrac> 
              <mstyle mathsize="normal" mathvariant="bold"> 
               <mi>
                 Q 
               </mi> 
              </mstyle> 
              <mrow> 
               <msub> 
                <mi>
                  μ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
              </mrow> 
             </mfrac> 
            </mrow> 
            <mo>
              ) 
            </mo> 
           </mrow> 
          </mrow> 
          <mrow> 
           <mo>
             − 
           </mo> 
           <mn>
             1 
           </mn> 
          </mrow> 
         </msup> 
         <mstyle mathsize="normal" mathvariant="bold"> 
          <mi>
            e 
          </mi> 
         </mstyle> 
        </mrow> 
       </mfrac> 
       <mn>
         , 
       </mn> 
      </mrow> 
     </math> (29)</p>
    <p>and then we can update 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mrow> 
         <mi>
           n 
         </mi> 
         <mi>
           e 
         </mi> 
         <mi>
           w 
         </mi> 
        </mrow> 
       </msub> 
      </mrow> 
     </math> by</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> <mrow> 
       <msub> 
        <mstyle mathsize="normal" mathvariant="bold"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mrow> 
         <mi>
           n 
         </mi> 
         <mi>
           e 
         </mi> 
         <mi>
           w 
         </mi> 
        </mrow> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mover accent="true"> 
         <mi>
           α 
         </mi> 
         <mo>
           ^ 
         </mo> 
        </mover> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mi>
         Φ 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathsize="normal" mathvariant="bold"> 
        <mi>
          v 
        </mi> 
       </mstyle> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mn>
            , 
          </mn> 
          <mi>
            j 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msub> 
        <mover accent="true"> 
         <mi>
           α 
         </mi> 
         <mo>
           ^ 
         </mo> 
        </mover> 
        <mi>
          i 
        </mi> 
       </msub> 
       <msubsup> 
        <mi>
          α 
        </mi> 
        <mi>
          j 
        </mi> 
        <mn> 
         <mo>
           * 
         </mo> 
        </mn> 
       </msubsup> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            j 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathsize="normal" mathvariant="bold"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mn>
         . 
       </mn> 
      </mrow> 
     </math> (30)</p>
    <p>Thus, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         v 
       </mi> 
      </mstyle> 
     </math> can be obtained iteratively. We mention training samples with non-zero 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msubsup> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn> 
         <mo>
           * 
         </mo> 
        </mn> 
       </msubsup> 
      </mrow> 
     </math> are support tensors, labeled as 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          X 
        </mi> 
        <mrow> 
         <mi>
           i 
         </mi> 
         <mn> 
          <mo>
            _ 
          </mo> 
         </mn> 
         <mi>
           s 
         </mi> 
        </mrow> 
       </msub> 
      </mrow> 
     </math>. Therefore, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        ρ 
      </mi> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          X 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> can be calculated as follow:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         ρ 
       </mi> 
       <mo>
         = 
       </mo> 
       <mi>
         m 
       </mi> 
       <mi>
         e 
       </mi> 
       <mi>
         a 
       </mi> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mrow> 
         <mi>
           i 
         </mi> 
         <mn> 
          <mo>
            _ 
          </mo> 
         </mn> 
         <mi>
           s 
         </mi> 
        </mrow> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mfrac> 
          <mn>
            1 
          </mn> 
          <mrow> 
           <msub> 
            <mi>
              μ 
            </mi> 
            <mn>
              1 
            </mn> 
           </msub> 
          </mrow> 
         </mfrac> 
         <mstyle displaystyle="true"> 
          <munderover> 
           <mo>
             ∑ 
           </mo> 
           <mrow> 
            <mi>
              i 
            </mi> 
            <mo>
              = 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
           <mi>
             l 
           </mi> 
          </munderover> 
         </mstyle> 
         <mtext>
             
         </mtext> 
         <msubsup> 
          <mi>
            α 
          </mi> 
          <mi>
            i 
          </mi> 
          <mn> 
           <mo>
             * 
           </mo> 
          </mn> 
         </msubsup> 
         <msup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <mi>
           K 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mi>
              i 
            </mi> 
           </msub> 
           <mo>
             , 
           </mo> 
           <msub> 
            <mi>
              X 
            </mi> 
            <mrow> 
             <mi>
               i 
             </mi> 
             <mtext>
               _ 
             </mtext> 
             <mi>
               s 
             </mi> 
            </mrow> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            u 
          </mi> 
         </mstyle> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> (31)</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          X 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mrow> 
         <msub> 
          <mi>
            μ 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          α 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn> 
         <mo>
           * 
         </mo> 
        </mn> 
       </msubsup> 
       <msup> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mi>
         K 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mi>
           X 
         </mi> 
         <mo>
           , 
         </mo> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          u 
        </mi> 
       </mstyle> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
      </mrow> 
     </math> (32)</p>
    <p>The maximum value of 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            X 
          </mi> 
          <mrow> 
           <mi>
             i 
           </mi> 
           <mtext>
             _ 
           </mtext> 
           <mi>
             s 
           </mi> 
          </mrow> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> is the threshold for distinguishing whether it is a target class or not. Substitute the test sample X into 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        f 
      </mi> 
     </math>. If it is less than this maximum value, the test sample belongs to the target class.</p>
    <p>Substitute 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        f 
      </mi> 
     </math> for X in the training set and compare the minimum values of these 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        f 
      </mi> 
     </math> with 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        f 
      </mi> 
     </math> in the test set.</p>
    <p>LSOCSTM is a new tensor based one-class classification method that has two advantages. One is that it can directly use tensor data as input to avoid structural information loss and overfitting problems caused by vectorization. Secondly, it replaces the loss function with the least squares loss, thereby transforming the optimization problem into solving a system of linear equations, greatly reducing the complexity and time consumption of operations.</p>
   </sec>
   <sec id="s3_3">
    <title>3.3. Convergence</title>
    <p>Lemma 1. The iterative process of the optimization problems (15) and (26) will make 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mfrac> 
        <mn>
          1 
        </mn> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              u 
            </mi> 
           </mstyle> 
           <msup> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               v 
             </mi> 
            </mstyle> 
            <mtext>
              T 
            </mtext> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msup> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mi>
          C 
        </mi> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <msubsup> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </msubsup> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn>
          2 
        </mn> 
       </msubsup> 
      </mrow> 
     </math> in the optimization problem (9) monotonically decreasing, and thus the LSOCSTM algorithm converges.</p>
    <p>Proof. Define the function as follows:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            u 
          </mi> 
         </mstyle> 
         <mn>
           , 
         </mn> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            v 
          </mi> 
         </mstyle> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              u 
            </mi> 
           </mstyle> 
           <msup> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               v 
             </mi> 
            </mstyle> 
            <mtext>
              T 
            </mtext> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msup> 
       <mo>
         − 
       </mo> 
       <mi>
         ρ 
       </mi> 
       <mo>
         + 
       </mo> 
       <mfrac> 
        <mi>
          C 
        </mi> 
        <mn>
          2 
        </mn> 
       </mfrac> 
       <mstyle displaystyle="true"> 
        <munderover> 
         <mo>
           ∑ 
         </mo> 
         <mrow> 
          <mi>
            i 
          </mi> 
          <mo>
            = 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mi>
           l 
         </mi> 
        </munderover> 
       </mstyle> 
       <mtext>
           
       </mtext> 
       <msubsup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          i 
        </mi> 
        <mn>
          2 
        </mn> 
       </msubsup> 
      </mrow> 
     </math> (33)</p>
    <p>Since LSOCSVM is convex optimization, the optimization problems (15) and (26) are also convex optimization problems. Therefore, their solutions are globally optimal. Assume that the initial value of 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math> is 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mn>
          0 
        </mn> 
       </msub> 
      </mrow> 
     </math>, and solve the optimization problem (15) to obtain the initial value of 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         v 
       </mi> 
      </mstyle> 
     </math> as 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           v 
         </mi> 
        </mstyle> 
        <mn>
          0 
        </mn> 
       </msub> 
      </mrow> 
     </math>, and then solve the optimization problem (26) to obtain the solution 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           u 
         </mi> 
        </mstyle> 
        <mn>
          1 
        </mn> 
       </msub> 
      </mrow> 
     </math> for one iteration. Thus we can obtain:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mn>
            0 
          </mn> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mn>
            0 
          </mn> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         ≥ 
       </mo> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mn>
            1 
          </mn> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mn>
            0 
          </mn> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> (34)</p>
    <p>Repeating the above procedure gives:</p>
    <p>
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mn>
            0 
          </mn> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mn>
            0 
          </mn> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         ≥ 
       </mo> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mn>
            1 
          </mn> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mn>
            0 
          </mn> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         ≥ 
       </mo> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mn>
            1 
          </mn> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         ≥ 
       </mo> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             u 
           </mi> 
          </mstyle> 
          <mn>
            2 
          </mn> 
         </msub> 
         <mn>
           , 
         </mn> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             v 
           </mi> 
          </mstyle> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         ≥ 
       </mo> 
       <mo>
         ⋯ 
       </mo> 
      </mrow> 
     </math> (35)</p>
    <p>And since f is constantly greater than or equal to 0, f converges.</p>
   </sec>
  </sec><sec id="s4">
   <title>4. Experimental Results</title>
   <sec id="s4_1">
    <title>4.1. Datasets and Parameters</title>
    <p>In this section, we present our experimental results and compare the performance of least squares one-class support tensor machine (LSOCSTM) with three methods: OCSTM, LSOCSVM and OCSVM. All of our datasets are downloaded from UCI repository. Parameter m presents the total sample size, n presents the dimensionality of the vector sample and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mo>
         × 
       </mo> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> shows the tensor size of our datasets. For each dateset, features are scaled to [−1, 1]. Since we consider one-class classification problem, our focus is only on the one target class. <xref ref-type="table" rid="table1">
      Table 1
     </xref> summarizes the information of the datasets.</p>
    <p>We choose Radial Basis Function (RBF) kernel function for the proposed method since it has been proven that RBF kernel function performs better than the other kernels <xref ref-type="bibr" rid="scirp.132713-24">
      [24]
     </xref>. For each classification problem, ten independent runs are performed and the average classification accuracy (ACC) and AUC <xref ref-type="bibr" rid="scirp.132713-25">
      [25]
     </xref> on the</p>
    <table-wrap id="table1">
     <label>
      <xref ref-type="table" rid="table1">
       Table 1
      </xref></label>
     <caption>
      <title>
       <xref ref-type="bibr" rid="scirp.132713-"></xref>Table 1. Information of datasets.</title>
     </caption>
     <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td class="custom-bottom-td acenter" width="25.23%"><p style="text-align:center">Dataset</p></td> 
       <td class="custom-bottom-td acenter" width="14.95%"><p style="text-align:center">m</p></td> 
       <td class="custom-bottom-td acenter" width="14.95%"><p style="text-align:center">n</p></td> 
       <td class="custom-bottom-td acenter" width="14.95%"><p style="text-align:center"> 
         <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
           <msub> 
            <mi>
              n 
            </mi> 
            <mn>
              1 
            </mn> 
           </msub> 
           <mo>
             × 
           </mo> 
           <msub> 
            <mi>
              n 
            </mi> 
            <mn>
              2 
            </mn> 
           </msub> 
          </mrow> 
         </math></p></td> 
       <td class="custom-bottom-td acenter" width="14.95%"><p style="text-align:center">Class</p></td> 
       <td class="custom-bottom-td acenter" width="14.95%"><p style="text-align:center">Sample size</p></td> 
      </tr> 
      <tr> 
       <td class="custom-top-td acenter" width="25.23%"><p style="text-align:center">BREAST-CANCER</p></td> 
       <td class="custom-top-td acenter" width="14.95%"><p style="text-align:center">286</p></td> 
       <td class="custom-top-td acenter" width="14.95%"><p style="text-align:center">9</p></td> 
       <td class="custom-top-td acenter" width="14.95%"><p style="text-align:center">3 × 3</p></td> 
       <td class="custom-top-td acenter" width="14.95%"><p style="text-align:center">1</p></td> 
       <td class="custom-top-td acenter" width="14.95%"><p style="text-align:center">201</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">85</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center">IRIS</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">150</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">4</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">2 × 2</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">50</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">50</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center">SONAR</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">208</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">60</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">8 × 8</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">97</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">111</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center">IONOSPHERE</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">351</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">34</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">6 × 6</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">225</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">126</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center">USPS</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">300</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">256</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">16 × 16</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">100</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">100</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="25.23%"><p style="text-align:center">Letter Recognition</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">155</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">16</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">4 × 4</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="14.95%"><p style="text-align:center">79</p></td> 
      </tr> 
     </table>
    </table-wrap>
    <p>sets can be calculated and then averaged. It is well known that tensor methods have obvious advantages when dealing with small sample problems <xref ref-type="bibr" rid="scirp.132713-26">
      [26]
     </xref>, thus, our training sample size l is set to two cases: 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         l 
       </mi> 
       <mo>
         = 
       </mo> 
       <mn>
         3 
       </mn> 
      </mrow> 
     </math>, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         l 
       </mi> 
       <mo>
         = 
       </mo> 
       <mn>
         6 
       </mn> 
      </mrow> 
     </math>. All the algorithms have been implemented in MATLAB R2019b on Windows 11 running on a PC with system configuration AMD Ryzen 7 5800H (3.2 GHz) and 16 GB of RAM.</p>
   </sec>
   <sec id="s4_2">
    <title>4.2. Sensitivity Analysis</title>
    <p>There is only one hyper-parameter in our work, so for each test, we train every machine by choosing C from {0.001, 0.01, 0.1, 1, 10, 100} for 3 times, and then the best C for every test could be found. In <xref ref-type="table" rid="table2">
      Table 2
     </xref>, for example, in Iris Dataset Class 1, 0.01 is the optimal value.</p>
    <p>In this subsection, we focus on the size selection of tensors. For example, for each sample 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         x 
       </mi> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mi>
          n 
        </mi> 
       </msup> 
      </mrow> 
     </math>, a suitable tensor size needs to be found. In our work, we transform the vectors into second-order tensors 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         X 
       </mi> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
       <mo>
         × 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </msup> 
      </mrow> 
     </math> ( 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mo>
         × 
       </mo> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <mo>
         ≈ 
       </mo> 
       <mi>
         n 
       </mi> 
      </mrow> 
     </math>). Cai <xref ref-type="bibr" rid="scirp.132713-21">
      [21]
     </xref> provided a method to establish 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
      </mrow> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math>, which was simplified as minimizing 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mo>
         + 
       </mo> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> while 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            n 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
         <mo>
           − 
         </mo> 
         <mn>
           1 
         </mn> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         × 
       </mo> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <mo>
         ≤ 
       </mo> 
       <mi>
         n 
       </mi> 
       <mo>
         ≤ 
       </mo> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mo>
         × 
       </mo> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math>. Under such conditions, there are still many choices of 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
      </mrow> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math>. For example, in Ionosphere Dataset, there are 5 choices of sizes available. Generally all these types can be used. Therefore, it is worth finding out which one is the best. <xref ref-type="table" rid="table3">
      Table 3
     </xref> below shows the performance of these 5 choices. These experiments suggest that, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
      </mrow> 
     </math> and 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> should be as close as possible. In the meanwhile, 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mo>
         ≤ 
       </mo> 
       <msub> 
        <mi>
          n 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> can be a good choice and it is particularly suitable for small sample size problem.</p>
    <p>
     <xref ref-type="fig" rid="fig1">
      Figure 1
     </xref> is the 2-norm of the differences of 
     <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         u 
       </mi> 
      </mstyle> 
     </math> between two adjacent iterations from Sonar Dataset Class 1. It can be seen that after 20 iterations, the value converges to 0. This also verifies that Lemma 1 is valid.</p>
    <table-wrap id="table2">
     <label>
      <xref ref-type="table" rid="table2">
       Table 2
      </xref></label>
     <caption>
      <title>
       <xref ref-type="bibr" rid="scirp.132713-"></xref>Table 2. Accuracy and ACC in different parameter C from iris dataset class 1 when l = 3.</title>
     </caption>
     <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td class="custom-bottom-td acenter" width="17.09%"><p style="text-align:center">C</p></td> 
       <td class="custom-bottom-td acenter" width="17.09%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td acenter" width="17.09%"><p style="text-align:center">AUC</p></td> 
      </tr> 
      <tr> 
       <td class="custom-top-td acenter" width="17.09%"><p style="text-align:center">0.001</p></td> 
       <td class="custom-top-td acenter" width="17.09%"><p style="text-align:center">0.918</p></td> 
       <td class="custom-top-td acenter" width="17.09%"><p style="text-align:center">0.9316</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.01</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.923</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.9387</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.1</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.911</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.9323</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.897</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.9236</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">10</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.895</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.9191</p></td> 
      </tr> 
     </table>
    </table-wrap>
    <table-wrap id="table3">
     <label>
      <xref ref-type="table" rid="table3">
       Table 3
      </xref></label>
     <caption>
      <title>
       <xref ref-type="bibr" rid="scirp.132713-"></xref>Table 3. Accuracy and ACC in different tensor size from ionosphere dataset class 1.</title>
     </caption>
     <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td class="custom-bottom-td acenter" width="17.09%"><p style="text-align:center">Size</p></td> 
       <td class="custom-bottom-td acenter" width="17.09%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td acenter" width="17.09%"><p style="text-align:center">AUC</p></td> 
      </tr> 
      <tr> 
       <td class="custom-top-td acenter" width="17.09%"><p style="text-align:center">2 × 18</p></td> 
       <td class="custom-top-td acenter" width="17.09%"><p style="text-align:center">0.6618</p></td> 
       <td class="custom-top-td acenter" width="17.09%"><p style="text-align:center">0.7815</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">4 × 9</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.6681</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.7902</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">6 × 6</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.7025</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.8199</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">9 × 4</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.6427</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.6777</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.09%"><p style="text-align:center">18 × 2</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.6356</p></td> 
       <td class="acenter" width="17.09%"><p style="text-align:center">0.6309</p></td> 
      </tr> 
     </table>
    </table-wrap>
    <fig id="fig1" position="float">
     <label>Figure 1</label>
     <caption>
      <title>Figure 1. The 2-norm of the differences of u between two adjacent iterations from sonar dataset class 1.</title>
     </caption>
     <graphic mimetype="image" position="float" xlink:type="simple" xlink:href="https://html.scirp.org/file/1732662-rId242.jpeg?20241206051749" />
    </fig>
   </sec>
   <sec id="s4_3">
    <title>4.3. Comparison Experiments</title>
    <p>In this subsection, we compared our method with the three methods mentioned in the first subsection. The performance of the four methods with training set sample sizes of 3 and 6 is shown in the following <xref ref-type="table" rid="table4">
      Table 4
     </xref> and <xref ref-type="table" rid="table5">
      Table 5
     </xref>.</p>
    <table-wrap id="table4">
     <label>
      <xref ref-type="table" rid="table4">
       Table 4
      </xref></label>
     <caption>
      <title>
       <xref ref-type="bibr" rid="scirp.132713-"></xref>Table 4. Accuracy and ACC in different methods when l = 3.</title>
     </caption>
     <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td rowspan="2" class="acenter" width="17.03%"><p style="text-align:center">2* Datasets</p></td> 
       <td rowspan="2" class="acenter" width="8.33%"><p style="text-align:center">2* Target Class</p></td> 
       <td class="custom-bottom-td acenter" width="18.66%" colspan="2"><p style="text-align:center">LSOCSTM</p></td> 
       <td class="custom-bottom-td acenter" width="18.66%" colspan="2"><p style="text-align:center">OCSTM</p></td> 
       <td class="custom-bottom-td acenter" width="18.66%" colspan="2"><p style="text-align:center">LSOCSVM</p></td> 
       <td class="custom-bottom-td acenter" width="18.66%" colspan="2"><p style="text-align:center">OCSVM</p></td> 
      </tr> 
      <tr> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">AUC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">AUC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">AUC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.33%"><p style="text-align:center">AUC</p></td> 
      </tr> 
      <tr> 
       <td class="custom-top-td acenter" width="17.03%"><p style="text-align:center">IRIS</p></td> 
       <td class="custom-top-td acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.923</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.9387</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.881</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.9078</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.9104</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.9165</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.9022</p></td> 
       <td class="custom-top-td acenter" width="9.33%"><p style="text-align:center">0.9028</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8361</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8813</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.822</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8661</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8331</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8762</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8327</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8751</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center">BREAST-CANCER</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6552</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6011</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6291</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5833</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6489</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5918</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6042</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5746</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6972</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7167</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6811</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7012</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6901</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7118</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6844</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7086</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center">SONAR</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6298</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6557</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5865</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6423</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5947</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6441</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5812</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6397</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5337</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7668</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5596</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7812</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5218</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7421</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5315</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7512</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center">IONOSPHERE</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7025</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8132</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6615</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7961</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6487</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7772</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6348</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7661</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6387</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6789</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5256</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5667</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.5987</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6214</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6061</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.6217</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center">USPS</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9223</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9467</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9128</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9378</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.8992</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9216</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9026</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9274</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9358</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9552</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9366</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9598</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9085</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9377</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9102</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.9401</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.03%"><p style="text-align:center">Letter Recognition</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7390</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7761</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7168</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7561</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7069</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7372</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7143</p></td> 
       <td class="acenter" width="9.33%"><p style="text-align:center">0.7278</p></td> 
      </tr> 
     </table>
    </table-wrap>
    <table-wrap id="table5">
     <label>
      <xref ref-type="table" rid="table5">
       Table 5
      </xref></label>
     <caption>
      <title>
       <xref ref-type="bibr" rid="scirp.132713-"></xref>Table 5. Accuracy and ACC in different methods when l = 6.</title>
     </caption>
     <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td rowspan="2" class="acenter" width="17.18%"><p style="text-align:center">2* Datasets</p></td> 
       <td rowspan="2" class="acenter" width="8.33%"><p style="text-align:center">2* Target Class</p></td> 
       <td class="custom-bottom-td acenter" width="18.62%" colspan="2"><p style="text-align:center">LSOCSTM</p></td> 
       <td class="custom-bottom-td acenter" width="18.63%" colspan="2"><p style="text-align:center">OCSTM</p></td> 
       <td class="custom-bottom-td acenter" width="18.62%" colspan="2"><p style="text-align:center">LSOCSVM</p></td> 
       <td class="custom-bottom-td acenter" width="18.63%" colspan="2"><p style="text-align:center">OCSVM</p></td> 
      </tr> 
      <tr> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.31%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.31%"><p style="text-align:center">AUC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.31%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.32%"><p style="text-align:center">AUC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.31%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.31%"><p style="text-align:center">AUC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.31%"><p style="text-align:center">ACC</p></td> 
       <td class="custom-bottom-td custom-top-td acenter" width="9.32%"><p style="text-align:center">AUC</p></td> 
      </tr> 
      <tr> 
       <td class="custom-top-td acenter" width="17.18%"><p style="text-align:center">IRIS</p></td> 
       <td class="custom-top-td acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="custom-top-td acenter" width="9.31%"><p style="text-align:center">0.97</p></td> 
       <td class="custom-top-td acenter" width="9.31%"><p style="text-align:center">0.9723</p></td> 
       <td class="custom-top-td acenter" width="9.31%"><p style="text-align:center">0.944</p></td> 
       <td class="custom-top-td acenter" width="9.32%"><p style="text-align:center">0.9483</p></td> 
       <td class="custom-top-td acenter" width="9.31%"><p style="text-align:center">0.956</p></td> 
       <td class="custom-top-td acenter" width="9.31%"><p style="text-align:center">0.9608</p></td> 
       <td class="custom-top-td acenter" width="9.31%"><p style="text-align:center">0.953</p></td> 
       <td class="custom-top-td acenter" width="9.32%"><p style="text-align:center">0.9512</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.8711</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9013</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.8590</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.8827</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.8733</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9036</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.8691</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.8801</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center">BREAST-CANCER</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6941</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6064</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6796</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.6246</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6881</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5971</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6957</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.6090</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7227</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7389</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7286</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7442</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7201</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7298</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7115</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7213</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center">SONAR</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6298</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6557</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5865</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.6109</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6123</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6513</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6112</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.6291</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5368</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7701</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5571</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7793</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5316</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7613</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5328</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7591</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center">IONOSPHERE</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6998</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7984</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6716</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7893</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6553</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7712</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6524</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7698</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6437</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6869</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5443</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.5874</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6073</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.6354</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.5551</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.5982</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center">USPS</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9386</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9558</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9354</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.9493</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9176</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9325</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9092</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.9301</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9578</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9677</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9411</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.9712</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9228</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9496</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.9242</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.9502</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="17.18%"><p style="text-align:center">LETTER RECOGNITION</p></td> 
       <td class="acenter" width="8.33%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7688</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7879</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7598</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7764</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7284</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7453</p></td> 
       <td class="acenter" width="9.31%"><p style="text-align:center">0.7159</p></td> 
       <td class="acenter" width="9.32%"><p style="text-align:center">0.7332</p></td> 
      </tr> 
     </table>
    </table-wrap>
    <table-wrap id="table6">
     <label>
      <xref ref-type="table" rid="table6">
       Table 6
      </xref></label>
     <caption>
      <title>
       <xref ref-type="bibr" rid="scirp.132713-"></xref>Table 6. Time (in second) of different methods when l = 3.</title>
     </caption>
     <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
      <tr> 
       <td class="custom-bottom-td acenter" width="23.46%"><p style="text-align:center">Datasets</p></td> 
       <td class="custom-bottom-td acenter" width="15.30%"><p style="text-align:center">Target Class</p></td> 
       <td class="custom-bottom-td acenter" width="15.31%"><p style="text-align:center">LSOCSTM</p></td> 
       <td class="custom-bottom-td acenter" width="15.31%"><p style="text-align:center">OCSTM</p></td> 
       <td class="custom-bottom-td acenter" width="15.31%"><p style="text-align:center">LSOCSVM</p></td> 
       <td class="custom-bottom-td acenter" width="15.31%"><p style="text-align:center">OCSVM</p></td> 
      </tr> 
      <tr> 
       <td class="custom-top-td acenter" width="23.46%"><p style="text-align:center">IRIS</p></td> 
       <td class="custom-top-td acenter" width="15.30%"><p style="text-align:center">1</p></td> 
       <td class="custom-top-td acenter" width="15.31%"><p style="text-align:center">11</p></td> 
       <td class="custom-top-td acenter" width="15.31%"><p style="text-align:center">196</p></td> 
       <td class="custom-top-td acenter" width="15.31%"><p style="text-align:center">2</p></td> 
       <td class="custom-top-td acenter" width="15.31%"><p style="text-align:center">8</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">12</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">189</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">7</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center">BREAST-CANCER</p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">36</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">120</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">4</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">10</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">37</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">128</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">4</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">10</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center">SONAR</p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">139</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">280</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">8</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">14</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">144</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">281</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">11</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">15</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center">IONOSPHERE</p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">186</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">393</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">10</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">16</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">178</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">366</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">11</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">16</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center">USPS</p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">774</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">2412</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">21</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">37</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center"></p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">2</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">789</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">2433</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">22</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">39</p></td> 
      </tr> 
      <tr> 
       <td class="acenter" width="23.46%"><p style="text-align:center">LETTER RECOGNITION</p></td> 
       <td class="acenter" width="15.30%"><p style="text-align:center">1</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">25</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">108</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">4</p></td> 
       <td class="acenter" width="15.31%"><p style="text-align:center">9</p></td> 
      </tr> 
     </table>
    </table-wrap>
    <p>From the two tables, we can find that our method has the best results in most cases. Meanwhile, the two tensor classification methods are significantly better than the vector methods. From the tendency of the averaged test accuracy (ACC) and AUC, we can conclude that tensor based classifiers LSOCSTM and OCSTM have significant advantages over all vector based classifiers in all datasets, especially for small training sample size cases. It also supports the conclusion that tensor-based methods are suitable for dealing with small sample problems.</p>
    <p>
     <xref ref-type="table" rid="table6">
      Table 6
     </xref> summarized the time required for each method. From <xref ref-type="table" rid="table6">
      Table 6
     </xref>, it can be found that the proposed method has a significant advantage over the tensor-based method OCSTM in terms of time duration. Although the proposed method takes more time than the vector-based method due to iteration and computation involved kernel functions, the accuracy of classification is also significantly higher than theirs.</p>
   </sec>
  </sec><sec id="s5">
   <title>5. Conclusion</title>
   <p>This article combines the two one-class classification methods LSOCSVM and OCSTM, and then proposes a new one-class classification method LSOCSTM for tensors. It is verified that tensor methods perform better than vector methods in general, and tensor methods are more suitable for small sample size one-class classification problems. Compared with the existing tensor methods, the proposed method extracts the hyperplane where most of the training objects may lie nearby, while OCSTM extracts the hyperplane where most of the training objects may cross. By using least squares loss, the optimization process for the proposed method no longer requires solving quadratic programming problems as in OCSTM, but rather a system of linear equations. Therefore, the proposed method is faster and more efficient compared to OCSTM. A possible future research direction is to extend the proposed method to deal with one-class classification for third-order or higher order tensor datasets. In addition, when datasets contain outliers, the improvement of robustness is also another future research direction.</p>
  </sec><sec id="s6">
   <title>Declarations</title>
   <p>This work was supported by the National Natural Science Foundation of China (Grant No.12371308).</p>
  </sec>
 </body><back>
  <ref-list>
   <title>References</title>
   <ref id="scirp.132713-ref1">
    <label>1</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Vapnik, V. (1999) The Nature of Statistical Learning Theory. Springer Science&amp;Business Media, Berlin.
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref2">
    <label>2</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Zhu, W. and Zhong, P. (2014) A New One-Class SVM Based on Hidden Information. Knowledge-Based Systems, 60, 35-43. &gt;https://doi.org/10.1016/j.knosys.2014.01.002
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref3">
    <label>3</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Manevitz, L.M. and Yousef, M. (2001) One-Class SVMs for Document Classification. Journal of Machine Learning Research, 2, 139-154.
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref4">
    <label>4</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Maboudou-Tchao, E.M. (2020) Change Detection Using Least Squares One-Class Classification Control Chart. Quality Technology&amp;Quantitative Management, 17, 609-626. &gt;https://doi.org/10.1080/16843703.2019.1711302
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref5">
    <label>5</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Platt, J.C., Shawe-Taylor, J., Smola, A.J., Williamson, R.C., et al. (1999) Estimating the Support of a High-Dimensional Distribution. Technical Report MSR-T R-99-87, Microsoft Research.
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref6">
    <label>6</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Tax, D.M. and Duin, R.P. (1999) Support Vector Domain Description. Pattern Recognition Letters, 20, 1191-1199. &gt;https://doi.org/10.1016/S0167-8655(99)00087-2
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref7">
    <label>7</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Ghaoui, L.E., Jordan, M.I. and Lanckriet, G.R. (2003) Robust Novelty Detection with Single-Class MPM. Advances in Neural Information Processing Systems, 15, 929-936.
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref8">
    <label>8</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Wang, J. and Cherian, A. (2019) Gods: Generalized One-Class Discriminative Subspaces for Anomaly Detection. Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, 27 October-2 November 2019, 8200-8210. &gt;https://doi.org/10.1109/ICCV.2019.00829
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref9">
    <label>9</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Choi, Y.S. (2009) Least Squares One-Class Support Vector Machine. Pattern Recognition Letters, 30, 1236-1240. &gt;https://doi.org/10.1016/j.patrec.2009.05.007
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref10">
    <label>10</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Deivendran, P., Kumar, N.J., Yashwanth, R., Raghul, R. and Naresh, D. (2023) Predict the Price in Stock Market Based on Heuristic Search Techniques Using Tensor Representation. 2023 International Conference on Networking and Communications (ICNWC), Chennai, 5-6 April 2023, 1-6. &gt;https://doi.org/10.1109/ICNWC57852.2023.10127251
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref11">
    <label>11</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Renard, P. and Ababou, R. (2022) Equivalent Permeability Tensor of Heterogeneous Media: Upscaling Methods and Criteria (Review and Analyses). Geosciences, 12, Article 269. &gt;https://doi.org/10.3390/geosciences12070269
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref12">
    <label>12</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Cover, T.M. (1965) Geometrical and Statistical Properties of Systems of Linear Inequalities with Applications in Pattern Recognition. IEEE Transactions on Electronic Computers, EC-14, 326-334. &gt;https://doi.org/10.1109/PGEC.1965.264137
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref13">
    <label>13</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Tao, D., Li, X., Hu, W., Maybank, S. and Wu, X. (2005) Supervised Tensor Learning. Fifth IEEE International Conference on Data Mining (ICDM’05), Houston, 27-30 November 2005, 8. 
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref14">
    <label>14</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Zhou, H., Li, L. and Zhu, H. (2013) Tensor Regression with Applications in Neuroimaging Data Analysis. Journal of the American Statistical Association, 108, 540-552. &gt;https://doi.org/10.1080/01621459.2013.776499
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref15">
    <label>15</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Hao, Z., He, L., Chen, B. and Yang, X. (2013) A Linear Support Higher-Order Tensor Machine for Classification. IEEE Transactions on Image Processing, 22, 2911-2920. &gt;https://doi.org/10.1109/TIP.2013.2253485
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref16">
    <label>16</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Signoretto, M., De Lathauwer, L. and Suykens, J.A. (2011) A Kernel-Based Framework to Tensorial Data Analysis. Neural Networks, 24, 861-874. &gt;https://doi.org/10.1016/j.neunet.2011.05.011
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref17">
    <label>17</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Zhao, Q., Zhou, G., Adal, T., Zhang, L. and Cichocki, A. (2013) Kernel-Based Tensor Partial Least Squares for Reconstruction of Limb Movements. 2013 IEEE International Conference on Acoustics, Speech and Signal Processing, Vancouver, 26-31 May 2013, 3577-3581. &gt;https://doi.org/10.1109/ICASSP.2013.6638324
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref18">
    <label>18</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Gao, C. and Wu, X.J. (2012) Kernel Support Tensor Regression. Procedia Engineering, 29, 3986-3990. &gt;https://doi.org/10.1016/j.proeng.2012.01.606 
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref19">
    <label>19</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     He, L., Lu, C.T., Ma, G., Wang, S., Shen, L., Philip, S.Y. and Ragin, A.B. (2017) Kernelized Support Tensor Machines. Proceedings of the 34th International Conference on Machine Learning, Sydney, 6-11 August 2017, 1442-1451.
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref20">
    <label>20</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Chen, C., Batselier, K., Yu, W. and Wong, N. (2022) Kernelized Support Tensor Train Machines. Pattern Recognition, 122, Article ID: 108337. &gt;https://doi.org/10.1016/j.patcog.2021.108337
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref21">
    <label>21</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Cai, D., He, X. and Han, J. (2006) Learning with Tensor Representation. Technical Report, Department of Computer Science, University of Illinois, 2006. UIUCDCSR-2006-2716.
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref22">
    <label>22</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Chen, Y., Wang, K. and Zhong, P. (2016) One-Class Support Tensor Machine. Knowledge-Based Systems, 96, 14-28. &gt;https://doi.org/10.1016/j.knosys.2016.01.007
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref23">
    <label>23</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Maboudou-Tchao, E.M. (2021) Support Tensor Data Description. Journal of Quality Technology, 53, 109-134. &gt;https://doi.org/10.1080/00224065.2019.1642815
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref24">
    <label>24</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Maji, S., Berg, A.C. and Malik, J. (2012) Efficient Classification for Additive Kernel SVMs. IEEE Transactions on Pattern Analysis and Machine Intelligence, 35, 66-77. &gt;https://doi.org/10.1109/TPAMI.2012.62
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref25">
    <label>25</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Airola, A., Pahikkala, T., Waegeman, W., De Baets, B. and Salakoski, T. (2011) An Experimental Comparison of Cross-Validation Techniques for Estimating the Area under the Roc Curve. Computational Statistics&amp;Data Analysis, 55, 1828-1844. &gt;https://doi.org/10.1016/j.csda.2010.11.018
    </mixed-citation>
   </ref>
   <ref id="scirp.132713-ref26">
    <label>26</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Guo, W., Kotsia, I. and Patras, I. (2011) Tensor Learning for Regression. IEEE Transactions on Image Processing, 21, 816-827. &gt;https://doi.org/10.1109/TIP.2011.2165291
    </mixed-citation>
   </ref>
  </ref-list>
 </back>
</article>