forked from dotnet/machinelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GetSummaryDataView/Row implementation for Pca and Linear Predictors (d…
…otnet#185) * Implement `ICanGetSummaryAsIDataView` on `PcaPredictor` class * Implement `ICanGetSummaryAsIRow` on `LinearPredictor` class
- Loading branch information
Showing
32 changed files
with
15,142 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#@ TextLoader{ | ||
#@ header+ | ||
#@ sep=tab | ||
#@ col=Bias:R4:0 | ||
#@ col=Weights:R4:1-9 | ||
#@ } | ||
Bias thickness uniform_size uniform_shape adhesion epit_size bare_nuclei bland_chromatin normal_nucleoli mitoses | ||
-6.186806 2.65800762 1.68089855 1.944068 1.42514718 0.8536965 2.9325006 1.74816787 1.58165014 0.595681 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#@ TextLoader{ | ||
#@ header+ | ||
#@ sep=tab | ||
#@ col={name={Count of training examples} type=I8 src=0} | ||
#@ col={name={Residual Deviance} type=R4 src=1} | ||
#@ col={name={Null Deviance} type=R4 src=2} | ||
#@ col=AIC:R4:3 | ||
#@ } | ||
Count of training examples Residual Deviance Null Deviance AIC | ||
683 119.098892 884.3502 159.098892 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#@ TextLoader{ | ||
#@ header+ | ||
#@ sep=tab | ||
#@ col=Bias:R4:0 | ||
#@ col=Weights:R4:1-9 | ||
#@ col=ClassNames:TX:10 | ||
#@ } | ||
Bias thickness uniform_size uniform_shape adhesion epit_size bare_nuclei bland_chromatin normal_nucleoli mitoses ClassNames | ||
3.36404228 -1.579712 -0.8266232 -1.051891 -0.79305464 -0.386733949 -1.59106934 -1.01550019 -0.8356989 -0.332574666 Class_0 | ||
-3.36404562 1.57971311 0.826623559 1.051891 0.7930542 0.386735022 1.59107041 1.015499 0.8356983 0.332574 Class_1 |
Oops, something went wrong.