未验证 提交 57212587 编写于 作者: rictjo's avatar rictjo 提交者: GitHub

start typing : highdim

上级 9a02677f
......@@ -17,6 +17,7 @@ limitations under the License.
import numpy as np
import pandas as pd
import operator
import typing
class quaternion ( ) :
def __init__ ( self , vector=None , angle=None ):
......@@ -646,7 +647,7 @@ def ShapeAlignment( P, Q ,
return ( B )
from impetuous.clustering import distance_matrix_to_absolute_coordinates
def HighDimensionalAlignment ( P , Q , bPdist=True ) :
def HighDimensionalAlignment ( P:np.array , Q:np.array , bPdist:bool=True ) -> np.array :
# HIGHER DIMENSIONAL VERSION OF
# def KabschAlignment ( P , Q )
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册