提交 9074ebfa 编写于 作者: rictjo's avatar rictjo

readme++

上级 c0f827b5
......@@ -195,7 +195,7 @@ which will produce a cluster list containing `13` batches with members whom are
```
The multifactor method calculates how to produce an encoded version of the journal data frame given an analyte data set. It does this by forming the psuedo inverse matrix that best describes the inverse of the analyte frame and then calculates the dot product of the inverse with the encoded journal data frame. This yields the coefficient frame needed to solve for the numerical encoding frame. The method has many nice statistical properties that we will not discuss further here. The first thing that the multifactor method does is to create the encoded data frame. The encoded data frame for this problem can be obtained with the following code snippet
```
encoded_df = interpret_problem ( analyte_df , journal_df , formula )
encoded_df = create_encoding_data_frame ( journal_df , formula ).T
print ( encoded_df )
```
and it will look something like this
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册